Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert msg/energy-consumption to c/energy-exec
[simgrid.git] / examples / c / CMakeLists.txt
index 871a0bf..23e2e05 100644 (file)
@@ -2,6 +2,7 @@ foreach(x
         actor-create actor-daemon actor-exiting actor-join actor-kill actor-migrate actor-suspend actor-yield
         app-pingpong app-token-ring 
         async-waitall async-waitany 
+        energy-exec
         io-disk-raw)
   add_executable       (${x}-c EXCLUDE_FROM_ALL ${x}/${x}.c)
   target_link_libraries(${x}-c simgrid)
@@ -24,8 +25,9 @@ set(xml_files     ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/actor-create/actor-cr
 
 foreach(x
         actor-create actor-daemon actor-exiting actor-join actor-kill actor-migrate actor-suspend actor-yield
-        app-pingpong app-token-ring 
-        async-waitall async-waitany 
+        app-pingpong app-token-ring
+        async-waitall async-waitany
+        energy-exec
         io-disk-raw)
   ADD_TESH(c-${x} --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
                   --setenv bindir=${CMAKE_BINARY_DIR}/examples/c/${x}