X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd7939c3f65e21ce39e998ce1342d27206d4cb74..26b8e3a2283ff87015ca75f88e2cdc630284dbb0:/doc/doxygen/inside_cmake.doc diff --git a/doc/doxygen/inside_cmake.doc b/doc/doxygen/inside_cmake.doc index 3124c78b4c..f1e570fd5a 100644 --- a/doc/doxygen/inside_cmake.doc +++ b/doc/doxygen/inside_cmake.doc @@ -77,7 +77,7 @@ instance, examples/msg/CMakeLists.txt starts with a loop over all the (currently - add the source and tesh files to the distribution. \verbatim -foreach(x actions-comm actions-storage app-masterworker app-pingpong app-pmm app-token-ring async-wait async-waitall +foreach(x app-masterworker app-pingpong app-pmm app-token-ring async-wait async-waitall async-waitany cloud-capping cloud-masterworker cloud-migration cloud-multicore cloud-simple cloud-two-tasks dht-chord dht-pastry energy-consumption energy-onoff energy-pstate energy-ptask energy-vm platform-failures io-file io-remote io-storage task-priority process-create process-kill process-migration @@ -108,7 +108,7 @@ If your example require a deployment file (see @ref deployment for details), nam Then add the name of your example to this foreach loop. \verbatim -foreach (file actions-comm actions-storage app-bittorrent app-chainsend app-masterworker app-pingpong async-wait +foreach (file app-bittorrent app-chainsend app-masterworker app-pingpong async-wait async-waitall async-waitany dht-chord dht-kademlia dht-pastry io-remote platform-properties maestro-set task-priority) set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/${file}/${file}_d.xml) @@ -119,7 +119,7 @@ If your example includes extra source, text, XML, or tesh files, add them to the example to the testing infrastructure. See \ref inside_tests_add_integration for more details. \verbatim -foreach(x actions-comm actions-storage app-bittorrent app-chainsend app-masterworker app-pingpong app-token-ring +foreach(x app-bittorrent app-chainsend app-masterworker app-pingpong app-token-ring async-wait async-waitall async-waitany cloud-capping cloud-masterworker cloud-migration cloud-simple cloud-two-tasks dht-chord dht-kademlia platform-failures io-file io-remote io-storage task-priority process-kill process-migration process-suspend platform-properties synchro-semaphore process-startkilltime)