Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-WSL
QOSAMI-WSL
/
src
/
shared
/
configfile
/
windows
/
CMakeLists.txt
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
txt
3 lines
167 Bytes
Copy permalink
Copy
Raw
1
add_library
(
configfile STATIC
${
SOURCES
}
${
HEADERS
}
)
2
add_dependencies
(
configfile wslserviceidl localization
)
3
set_target_properties
(
configfile PROPERTIES FOLDER common
)