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
/
alias_targets
/
add_executable-library.cmake
blob: e30f112d84bade82308c90e18ac74c10981b7b80 (
plain
)
1
2
3
4
5
6
enable_language(CXX) add_library(foo empty.cpp) add_executable(alias ALIAS foo)