CMakeLists.txt 211 B

123456
  1. # Even though Five's dependency on Two is explicitly satisfied, Two
  2. # must be emitted again in order to satisfy a cyclic dependency on Three.
  3. link_libraries( Five Two Five )
  4. add_executable( exec4 ExecMain.c )