CMake/Tests/VSExternalInclude/Lib1/CMakeLists.txt

6 lines
67 B
CMake
Raw Normal View History

project(LIB1)
2004-09-15 00:01:00 +04:00
set(SOURCES lib1.cpp)
2004-09-15 00:01:00 +04:00
add_library(lib1 ${SOURCES})