Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups in internal_config.h
[simgrid.git] / examples / msg / set-maestro / CMakeLists.txt
1 add_executable       (set-maestro set-maestro.c)
2 target_link_libraries(set-maestro simgrid)
3
4 set(tesh_files   ${tesh_files}   ${CMAKE_CURRENT_SOURCE_DIR}/set-maestro.tesh  PARENT_SCOPE)
5 set(xml_files    ${xml_files}    ${CMAKE_CURRENT_SOURCE_DIR}/set-maestro_d.xml PARENT_SCOPE)
6 set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/set-maestro.c     PARENT_SCOPE)