This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
29c266eb56
CMake
/
Tests
/
AliasTarget
/
subdir
/
CMakeLists.txt
4 lines
67 B
CMake
Raw
Blame
History
add_library
(
tgt
STATIC
empty.cpp
)
add_library
(
Sub::tgt
ALIAS
tgt
)
Reference in New Issue
View Git Blame
Copy Permalink