2009-10-04 10:30:41 +03:00

6 lines
67 B
CMake

PROJECT(LIB1)
SET(SOURCES lib1.cpp)
ADD_LIBRARY(lib1 ${SOURCES})