Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert cloud simple
[simgrid.git] / examples / c / CMakeLists.txt
index 871a0bf..f309904 100644 (file)
@@ -1,7 +1,9 @@
 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 
+        async-waitall async-waitany
+        cloud-simple
+        energy-exec
         io-disk-raw)
   add_executable       (${x}-c EXCLUDE_FROM_ALL ${x}/${x}.c)
   target_link_libraries(${x}-c simgrid)
@@ -24,8 +26,10 @@ 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
+        cloud-simple
+        energy-exec
         io-disk-raw)
   ADD_TESH(c-${x} --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
                   --setenv bindir=${CMAKE_BINARY_DIR}/examples/c/${x}