repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Tests
/
Dependency
/
Exec3
/
CMakeLists.txt
blob
b33e732a2b45eb86981ad8928305fc2e8e0ab76d
1
# Here, Five already has it's immediate dependency, Two satisfied. We must
2
# make sure Two gets output anyway, because Eight indirectly depends on it.
3
LINK_LIBRARIES( Five Two Eight Five )
4
5
ADD_EXECUTABLE( exec3 ExecMain.c )
6