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