Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv bug-17132 to the smpi directory
[simgrid.git] / teshsuite / msg / process / CMakeLists.txt
1 add_executable       (process process.c)
2 target_link_libraries(process simgrid)
3
4 set(tesh_files    ${tesh_files}    ${CMAKE_CURRENT_SOURCE_DIR}/process.tesh   PARENT_SCOPE)
5 set(teshsuite_src ${teshsuite_src} ${CMAKE_CURRENT_SOURCE_DIR}/process.c      PARENT_SCOPE)
6
7 ADD_TESH_FACTORIES(tesh-msg-process "thread;ucontext;raw" --setenv srcdir=${CMAKE_HOME_DIRECTORY}/teshsuite/msg/process --cd ${CMAKE_BINARY_DIR}/teshsuite/msg/process ${CMAKE_HOME_DIRECTORY}/teshsuite/msg/process/process.tesh)