2008-10-12 18:41:06 +02:00
|
|
|
# Here, Five already has it's immediate dependency, Two satisfied. We must
|
|
|
|
# make sure Two gets output anyway, because Eight indirectly depends on it.
|
2013-03-16 19:13:01 +02:00
|
|
|
link_libraries( Five Two Eight Five )
|
2008-10-12 18:41:06 +02:00
|
|
|
|
2013-03-16 19:13:01 +02:00
|
|
|
add_executable( exec3 ExecMain.c )
|
2008-10-12 18:41:06 +02:00
|
|
|
|