Merge topic 'vs11-external-include'

bc65b74 VS11: Fix VSExternalInclude test
This commit is contained in:
Brad King 2013-01-23 15:10:58 -05:00 committed by CMake Topic Stage
commit 8b4a2e0223
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
set(CMAKE_SUPPRESS_REGENERATION 1)
project(LIB1)
set(SOURCES lib1.cpp)

View File

@ -1,3 +1,4 @@
set(CMAKE_SUPPRESS_REGENERATION 1)
project(VSEXTERNAL_LIB2)
include_directories(${VSEXTERNAL_LIB2_SOURCE_DIR}/../Lib1)