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
/
Five
/
CMakeLists.txt
blob: 19c1c77d320735f94e6abb057bd63a891b04a8ee (
plain
)
1
2
3
add_library( Five FiveSrc.c ) target_link_libraries( Five Two )