summaryrefslogtreecommitdiff
path: root/Tests/Dependency/Exec4/CMakeLists.txt
blob: 94c6bf588b2c3ebe7d556696fdc66a0a806ac7c2 (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 )