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
/
imported-target.cmake
blob: 7259ab091247b4940e5779a7b9c5c9c57b50c3b8 (
plain
)
1
2
3
4
5
6
enable_language(CXX) add_library(foo SHARED IMPORTED) add_library(alias ALIAS foo)