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
/
PreOrder
/
CMakeLists.txt
blob
a4a96fbedd98a891ebc4332ac0bec31fd5fbf390
1
# a simple test case
2
PROJECT (PreOrder)
3
SET(CMAKE_IGNORE_DEPENDENCIES_ORDERING 1)
4
SUBDIRS(PREORDER Library)
5
ADD_EXECUTABLE (simple simple.cxx)
6
TARGET_LINK_LIBRARIES(simple simpleLib)