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
/
AliasTarget
/
subdir
/
CMakeLists.txt
blob: 8c84aea3c2ee95a555153c99841593c4ab9f6eb5 (
plain
)
1
2
3
add_library(tgt STATIC empty.cpp) add_library(Sub::tgt ALIAS tgt)