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
/
CMP0049
/
CMP0049-NEW.cmake
blob: 85b5aa8546c846965bccc2e35461dfd9f4fea738 (
plain
)
1
2
3
4
5
cmake_policy(SET CMP0049 NEW) set(tgt_srcs empty.cpp) add_library(tgt \${tgt_srcs})