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
/
AddCustomTargetPrivateSources.cmake
blob: 11f0258c8e3733bac715504a9ec2b2842e5274e8 (
plain
)
1
2
add_custom_target(target ALL) target_sources(target PRIVATE main.cpp)