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
/
SimpleExclude
/
dirC
/
dirB
/
CMakeLists.txt
blob: ea4650c4a3c4642f911bff40e0067fe2cc567416 (
plain
)
1
2
3
4
5
add_library(t6 STATIC t6.c) add_library(t7 STATIC t7.c) target_link_libraries(t7 t2)