blob: 6fcb15383d8c50351d8c9e3c106966dc9c2d475d (
plain)
1
2
3
4
5
6
|
# 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 )
|