CMakeLists.txt 93 B

12345
  1. link_libraries(dep1)
  2. add_library(dep3 ../empty_vs6_3.cpp)
  3. target_link_libraries(dep3 dep2)