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_library-executable.cmake
blob: 22457a9b736444b6ceebd72cf636578a83e707e0 (
plain
)
1
2
3
4
5
6
enable_language(CXX) add_executable(foo empty.cpp) add_library(alias ALIAS foo)