CMakeLists.txt 67 B

12345
  1. project(LIB1)
  2. set(SOURCES lib1.cpp)
  3. add_library(lib1 ${SOURCES})