2013-03-16 19:13:01 +02:00

7 lines
102 B
CMake

set(CMAKE_SUPPRESS_REGENERATION 1)
project(LIB1)
set(SOURCES lib1.cpp)
add_library(lib1 ${SOURCES})