Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
f4563448a4e19455cd8da9485efb747a5afa08bb
[simgrid.git] / examples / msg / exception / CMakeLists.txt
1 add_executable       (exception exception.c)
2 target_link_libraries(exception simgrid)
3
4 # This one is not usable:
5 # ADD_TESH_FACTORIES(msg-exception "thread;ucontext;raw" --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg --cd ${CMAKE_BINARY_DIR}/examples/msg ${CMAKE_HOME_DIRECTORY}/examples/msg/exception/exception.tesh)
6
7 set(tesh_files    ${tesh_files}    ${CMAKE_CURRENT_SOURCE_DIR}/exception.tesh            PARENT_SCOPE)
8 set(examples_src  ${examples_src}  ${CMAKE_CURRENT_SOURCE_DIR}/exception.c               PARENT_SCOPE)
9 set(xml_files     ${xml_files}     ${CMAKE_CURRENT_SOURCE_DIR}/deployment_exception.xml  PARENT_SCOPE)