CMakeLists.txt 226 B

123456
  1. # Here, Five already has it's immediate dependency, Two satisfied. We must
  2. # make sure Two gets output anyway, because Eight indirectly depends on it.
  3. LINK_LIBRARIES( Five Two Eight Five )
  4. ADD_EXECUTABLE( exec3 ExecMain.c )