Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename an energy example
[simgrid.git] / examples / msg / energy / e2 / CMakeLists.txt
diff --git a/examples/msg/energy/e2/CMakeLists.txt b/examples/msg/energy/e2/CMakeLists.txt
deleted file mode 100644 (file)
index 28d2e97..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-cmake_minimum_required(VERSION 2.6)
-
-set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
-
-add_executable(e2 e2.c)
-
-### Add definitions for compile
-target_link_libraries(e2 simgrid )
-
-set(tesh_files
-  ${tesh_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/energy_consumption.tesh
-  PARENT_SCOPE
-  )
-
-set(xml_files
-  ${xml_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/deployment_e2.xml
-  PARENT_SCOPE
-  )
-
-set(examples_src
-  ${examples_src}
-  ${CMAKE_CURRENT_SOURCE_DIR}/e2.c
-  PARENT_SCOPE
-  )
-
-set(bin_files
-  ${bin_files}
-  PARENT_SCOPE
-  )