X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f322f94ddd9c5b0c80377fe0bbec20e57055ff10..a02aa042d09050fb82401d2e6902e70cb8147956:/examples/cpp/CMakeLists.txt diff --git a/examples/cpp/CMakeLists.txt b/examples/cpp/CMakeLists.txt index 5f0f776854..1c58818a7a 100644 --- a/examples/cpp/CMakeLists.txt +++ b/examples/cpp/CMakeLists.txt @@ -76,10 +76,11 @@ foreach (example actor-create actor-daemon actor-exiting actor-join actor-kill network-wifi io-async io-file-system io-file-remote io-disk-raw io-dependent platform-failures platform-profile platform-properties - plugin-host-load plugin-link-load + plugin-host-load plugin-link-load plugin-prodcons replay-comm replay-io routing-get-clusters - synchro-barrier synchro-condition-variable synchro-condition-variable-waituntil synchro-mutex synchro-semaphore) + synchro-barrier synchro-condition-variable synchro-condition-variable-waituntil synchro-mutex synchro-semaphore + clusters-multicpu) # Use default source file unless specified otherwise if(NOT DEFINED _${example}_sources)