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
/
CMP0037
/
alias-test-common.cmake
blob: f6e5000ea5398eece664214dc5871c596ba2d608 (
plain
)
1
2
3
enable_testing() add_library(iface INTERFACE) add_library(test ALIAS iface)