CMakeLists.txt 102 B

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