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
/
Dependency
/
Three
/
CMakeLists.txt
blob: 3897f0cddfb61c80cda8e86b5e3327db1030009c (
plain
)
1
2
3
add_library( Three ThreeSrc.c ) target_link_libraries( Three One Four )