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
b807cd9b54
CMake
/
Tests
/
OutOfBinary
/
CMakeLists.txt
5 lines
99 B
CMake
Raw
Blame
History
add_library
(
outlib
outlib.c
)
add_executable
(
outexe
outexe.c
)
target_link_libraries
(
outexe
subdir
)
Reference in New Issue
View Git Blame
Copy Permalink