6 lines
67 B
CMake
Raw Normal View History

2004-09-14 16:01:00 -04:00
PROJECT(LIB1)
SET(SOURCES lib1.cpp)
ADD_LIBRARY(lib1 ${SOURCES})