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 )