Merge topic 'vs11-external-include'
bc65b74
VS11: Fix VSExternalInclude test
This commit is contained in:
commit
8b4a2e0223
|
@ -1,3 +1,4 @@
|
||||||
|
set(CMAKE_SUPPRESS_REGENERATION 1)
|
||||||
project(LIB1)
|
project(LIB1)
|
||||||
|
|
||||||
set(SOURCES lib1.cpp)
|
set(SOURCES lib1.cpp)
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
set(CMAKE_SUPPRESS_REGENERATION 1)
|
||||||
project(VSEXTERNAL_LIB2)
|
project(VSEXTERNAL_LIB2)
|
||||||
|
|
||||||
include_directories(${VSEXTERNAL_LIB2_SOURCE_DIR}/../Lib1)
|
include_directories(${VSEXTERNAL_LIB2_SOURCE_DIR}/../Lib1)
|
||||||
|
|
Loading…
Reference in New Issue