
Our development workflow tooling prevents trailing blank lines from being added, but some such lines remain from before that was enforced. Remove them to make it easier to rename files without triggering enforcement.
6 lines
210 B
CMake
6 lines
210 B
CMake
# 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 )
|