You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Even though Five's dependency on Two is explicitly satisfied, Two
|
|
# must be emitted again in order to satisfy a cyclic dependency on Three.
|
|
LINK_LIBRARIES( Five Two Five )
|
|
|
|
ADD_EXECUTABLE( exec4 ExecMain.c )
|
|
|