Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / Dependency / Exec3 / CMakeLists.txt
blobb33e732a2b45eb86981ad8928305fc2e8e0ab76d
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 )
5 ADD_EXECUTABLE( exec3 ExecMain.c )