CMake/Tests/VSExternalInclude/Lib1/CMakeLists.txt

6 lines
67 B
CMake

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