repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated formatting of documentation plus a little reorganization.
[cmake.git]
/
Tests
/
SimpleExclude
/
dirD
/
CMakeLists.txt
blob
44b8c27b6854a22f170121b788b313956fb0521c
1
add_library(t8 STATIC t8.c)
2
3
add_executable(t9 t9.c)
4
target_link_libraries(t9 t7)
5
6
add_custom_target(t4_custom ALL)
7
add_dependencies(t4_custom t4)