Updated formatting of documentation plus a little reorganization.
[cmake.git] / Tests / SimpleExclude / dirD / CMakeLists.txt
blob44b8c27b6854a22f170121b788b313956fb0521c
1 add_library(t8 STATIC t8.c)
3 add_executable(t9 t9.c)
4 target_link_libraries(t9 t7)
6 add_custom_target(t4_custom ALL)
7 add_dependencies(t4_custom t4)