CMake/Tests/VSExternalInclude/Lib1/CMakeLists.txt

6 lines
67 B
CMake

project(LIB1)
set(SOURCES lib1.cpp)
add_library(lib1 ${SOURCES})