Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get rid of some useless deployment files
[simgrid.git] / teshsuite / msg / storage / CMakeLists.txt
1 foreach(x storage_basic concurrent_rw)
2   add_executable       (${x} ${x}.c)
3   target_link_libraries(${x} simgrid)
4
5   set(tesh_files    ${tesh_files}    ${CMAKE_CURRENT_SOURCE_DIR}/${x}.tesh)
6   set(teshsuite_src ${teshsuite_src} ${CMAKE_CURRENT_SOURCE_DIR}/${x}.c)
7
8   ADD_TESH_FACTORIES(tesh-msg-${x} "thread;ucontext;raw" --setenv srcdir=${CMAKE_HOME_DIRECTORY}/teshsuite/msg/storage --cd ${CMAKE_BINARY_DIR}/teshsuite/msg/storage ${CMAKE_HOME_DIRECTORY}/teshsuite/msg/storage/${x}.tesh)
9 endforeach()
10
11 set(tesh_files    ${tesh_files}                                                    PARENT_SCOPE)
12 set(teshsuite_src ${teshsuite_src}                                                 PARENT_SCOPE)
13