index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
target_sources
/
AddCustomTargetPublicSources.cmake
blob: d9e82c02f5dbbfb31e06d5c54d21cb10ad23a7d5 (
plain
)
1
2
add_custom_target(target ALL) target_sources(target PUBLIC main.cpp)