CMakeLists.txt 87 B

12345
  1. add_library(t6 STATIC t6.c)
  2. add_library(t7 STATIC t7.c)
  3. target_link_libraries(t7 t2)