CMakeLists.txt 140 B

1234567
  1. add_library(t8 t8.c)
  2. add_executable(t9 t9.c)
  3. target_link_libraries(t9 t7)
  4. add_custom_target(t4_custom ALL)
  5. add_dependencies(t4_custom t4)