6 lines
67 B
CMake
6 lines
67 B
CMake
PROJECT(LIB1)
|
|
|
|
SET(SOURCES lib1.cpp)
|
|
|
|
ADD_LIBRARY(lib1 ${SOURCES})
|