CMake/Tests/VSExternalInclude/Lib1/CMakeLists.txt

6 lines
67 B
CMake
Raw Normal View History

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