8 lines
138 B
CMake
Raw Normal View History

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