Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
continue to emptty teshsuite/simdag/platforms/CMakeLists.txt
[simgrid.git] / teshsuite / simdag / platforms / CMakeLists.txt
1 foreach(x evaluate_parse_time evaluate_get_route_time)
2   add_executable       (${x} ${x}.c)
3   target_link_libraries(${x} simgrid)
4
5   set(teshsuite_src ${teshsuite_src} ${CMAKE_CURRENT_SOURCE_DIR}/${x}.c)
6 endforeach()
7
8 set(teshsuite_src ${teshsuite_src}                                                                         PARENT_SCOPE)