Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
have a single Cmake file for tesh-msg
[simgrid.git] / teshsuite / msg / pid / CMakeLists.txt
diff --git a/teshsuite/msg/pid/CMakeLists.txt b/teshsuite/msg/pid/CMakeLists.txt
deleted file mode 100644 (file)
index 7b0b4d9..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-add_executable       (pid pid.c)
-target_link_libraries(pid simgrid)
-
-set(tesh_files    ${tesh_files}    ${CMAKE_CURRENT_SOURCE_DIR}/pid.tesh   PARENT_SCOPE)
-set(teshsuite_src ${teshsuite_src} ${CMAKE_CURRENT_SOURCE_DIR}/pid.c      PARENT_SCOPE)
-
-ADD_TESH_FACTORIES(tesh-msg-pid "thread;ucontext;raw" --setenv srcdir=${CMAKE_HOME_DIRECTORY}/teshsuite/msg/pid --cd ${CMAKE_BINARY_DIR}/teshsuite/msg/pid ${CMAKE_HOME_DIRECTORY}/teshsuite/msg/pid/pid.tesh)