Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make sure that MSG_host_get_wattmin_at() is tested
[simgrid.git] / examples / msg / energy / e3 / CMakeLists.txt
index 19803f401e1095213d729a92d8de80509d291ae4..caef0fd80c2b2da44010ab9971df83bb22cca2d9 100644 (file)
@@ -7,10 +7,21 @@ add_executable(e3 e3.c)
 ### Add definitions for compile
 target_link_libraries(e3 simgrid )
 
+set(tesh_files
+  ${tesh_files}
+  ${CMAKE_CURRENT_SOURCE_DIR}/concurrent_tasks.tesh
+  PARENT_SCOPE
+  )
+
 set(xml_files
   ${xml_files}
   ${CMAKE_CURRENT_SOURCE_DIR}/deployment_e3.xml
-  ${CMAKE_CURRENT_SOURCE_DIR}/platform_e3.xml
+  PARENT_SCOPE
+  )
+
+set(examples_src
+  ${examples_src}
+  ${CMAKE_CURRENT_SOURCE_DIR}/e3.c
   PARENT_SCOPE
   )