repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
STYLE: Nightly Version update
[cmake.git]
/
Tests
/
VSExternalInclude
/
Lib2
/
CMakeLists.txt
blob
31e40e4e11cc0650fb0adabe11b6a0d2e507d077
1
PROJECT(VSEXTERNAL_LIB2)
2
3
INCLUDE_DIRECTORIES(${VSEXTERNAL_LIB2_SOURCE_DIR}/../Lib1)
4
5
SET(SOURCES lib2.cpp)
6
7
ADD_LIBRARY(lib2 ${SOURCES})