Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
introduce a new plugin: stock implementation of a Producer-Consumer with a monitor
[simgrid.git] / examples / cpp / CMakeLists.txt
index 5f0f776..1c58818 100644 (file)
@@ -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)