CMake/Tests/VSExternalInclude/Lib1/CMakeLists.txt

7 lines
102 B
CMake
Raw Normal View History

set(CMAKE_SUPPRESS_REGENERATION 1)
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})