Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move last MSG io example to teshsuite
[simgrid.git] / examples / s4u / CMakeLists.txt
index 7a1b5f5..251e1c4 100644 (file)
@@ -2,8 +2,8 @@ foreach (example actions-comm actions-storage
                  actor-create actor-daemon actor-execute actor-join actor-kill actor-lifetime actor-migration actor-suspend actor-yield
                  app-masterworker app-pingpong app-token-ring
                  async-wait async-waitany async-waitall
-                 energy-link energy-pstate energy-ptask
-                 io io-file-remote io-storage-raw
+                 energy-link energy-pstate energy-ptask energy-vm
+                 io-file-system io-file-remote io-storage-raw
                  platform-properties plugin-hostload mutex)
   add_executable       (s4u-${example}  ${example}/s4u-${example}.cpp)
   target_link_libraries(s4u-${example}  simgrid)
@@ -68,9 +68,9 @@ foreach(example actions-comm actions-storage
                 app-bittorrent app-masterworker app-pingpong app-token-ring 
                 async-wait async-waitall async-waitany
                 dht-chord 
-                energy-link energy-pstate energy-ptask
+                energy-link energy-pstate energy-ptask energy-vm
                 platform-properties plugin-hostload mutex
-                io io-file-remote io-storage-raw)
+                io-file-system io-file-remote io-storage-raw)
   ADD_TESH_FACTORIES(s4u-${example} "thread;ucontext;raw;boost" 
                                     --setenv bindir=${CMAKE_CURRENT_BINARY_DIR}/${example} 
                                    --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms