blob: b33e732a2b45eb86981ad8928305fc2e8e0ab76d (
plain)
1
2
3
4
5
6
|
# Here, Five already has it's immediate dependency, Two satisfied. We must
# make sure Two gets output anyway, because Eight indirectly depends on it.
LINK_LIBRARIES( Five Two Eight Five )
ADD_EXECUTABLE( exec3 ExecMain.c )
|