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
ENH: Some Linux distros don't install xorg-devel, png-devel, etc... when
[cmake.git]
/
Tests
/
PreOrder
/
CMakeLists.txt
blob
29720e4c1d2a6541bf296c958f5f64ad5cf2c9ea
1
# a simple test case
2
PROJECT (PreOrder)
3
SET(CMAKE_IGNORE_DEPENDENCIES_ORDERING 1)
4
ADD_SUBDIRECTORY(Library)
5
ADD_EXECUTABLE (PreOrder simple.cxx)
6
TARGET_LINK_LIBRARIES(PreOrder simpleLib)