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
/
1
/
CMakeLists.txt
blob: a8e74e40ba4cafb7cece062cbf16f91b205bb797 (
plain
)
1
2
3
add_library( One OneSrc.c ) # This library has no dependencies target_link_libraries( One "" )