Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
have a single Cmake file for tesh-msg
[simgrid.git] / teshsuite / msg / host_on_off / CMakeLists.txt
diff --git a/teshsuite/msg/host_on_off/CMakeLists.txt b/teshsuite/msg/host_on_off/CMakeLists.txt
deleted file mode 100644 (file)
index 2f60d1e..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-foreach(x host_on_off host_on_off_wait host_on_off_recv)
-  add_executable       (${x} ${x}.c)
-  target_link_libraries(${x} simgrid)
-endforeach()
-
-set(tesh_files
-  ${tesh_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/host_on_off.tesh
-  ${CMAKE_CURRENT_SOURCE_DIR}/host_on_off_wait.tesh
-  ${CMAKE_CURRENT_SOURCE_DIR}/host_on_off_recv.tesh
-  PARENT_SCOPE)
-set(teshsuite_src
-  ${teshsuite_src}
-  ${CMAKE_CURRENT_SOURCE_DIR}/host_on_off.c
-  ${CMAKE_CURRENT_SOURCE_DIR}/host_on_off_wait.c
-  ${CMAKE_CURRENT_SOURCE_DIR}/host_on_off_recv.c
-  PARENT_SCOPE)
-set(xml_files
-  ${xml_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/host_on_off_d.xml
-  PARENT_SCOPE)