blob: b33e732a2b45eb86981ad8928305fc2e8e0ab76d [file] [log] [blame]
# 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 )