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
Updated formatting of documentation plus a little reorganization.
[cmake.git]
/
Tests
/
Dependency
/
Exec4
/
CMakeLists.txt
blob
6fcb15383d8c50351d8c9e3c106966dc9c2d475d
1
# Even though Five's dependency on Two is explicitly satisfied, Two
2
# must be emitted again in order to satisfy a cyclic dependency on Three.
3
LINK_LIBRARIES( Five Two Five )
4
5
ADD_EXECUTABLE( exec4 ExecMain.c )
6