2008-10-12 18:41:06 +02:00
|
|
|
# Even though Five's dependency on Two is explicitly satisfied, Two
|
|
|
|
# must be emitted again in order to satisfy a cyclic dependency on Three.
|
2013-03-16 19:13:01 +02:00
|
|
|
link_libraries( Five Two Five )
|
2008-10-12 18:41:06 +02:00
|
|
|
|
2013-03-16 19:13:01 +02:00
|
|
|
add_executable( exec4 ExecMain.c )
|
2008-10-12 18:41:06 +02:00
|
|
|
|