CMake/Tests/VSExternalInclude/Lib2/CMakeLists.txt

8 lines
138 B
CMake
Raw Normal View History

project(VSEXTERNAL_LIB2)
2004-09-15 00:01:00 +04:00
include_directories(${VSEXTERNAL_LIB2_SOURCE_DIR}/../Lib1)
2004-09-15 00:01:00 +04:00
set(SOURCES lib2.cpp)
2004-09-15 00:01:00 +04:00
add_library(lib2 ${SOURCES})