Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a4902ba2abbfbbe4da8f19d019f8dc97e051d7d9
[simgrid.git] / examples / msg / migration / CMakeLists.txt
1 add_executable       (migration migration.c)
2 target_link_libraries(migration simgrid)
3
4 ADD_TESH_FACTORIES(msg-migration "thread;ucontext;raw;boost" --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg --cd ${CMAKE_BINARY_DIR}/examples/msg ${CMAKE_HOME_DIRECTORY}/examples/msg/migration/migration.tesh)
5
6 set(tesh_files    ${tesh_files}    ${CMAKE_CURRENT_SOURCE_DIR}/migration.tesh    PARENT_SCOPE)
7 set(examples_src  ${examples_src}  ${CMAKE_CURRENT_SOURCE_DIR}/migration.c       PARENT_SCOPE)
8 set(bin_files     ${bin_files}     ${CMAKE_CURRENT_SOURCE_DIR}/migration.deploy  PARENT_SCOPE)