CMakeLists.txt 99 B

1234
  1. add_library(outlib outlib.c)
  2. add_executable(outexe outexe.c)
  3. target_link_libraries(outexe subdir)