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
/
MissingSource.cmake
blob: 2bb71e493505cbbe3946c42d340062d33a6c9b3d (
plain
)
1
2
3
cmake_policy(SET CMP0115 NEW) add_custom_target(foo) target_sources(foo PRIVATE missing.txt)