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