Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Coding style: ! -> 'not'.
[simgrid.git] / examples / cpp / CMakeLists.txt
index 1c58818a7aee9553d48992cd647ab8cb37b8eb7f..0260d9c67aa3c5d9b7451719ef777a29120606ee 100644 (file)
@@ -80,7 +80,7 @@ foreach (example actor-create actor-daemon actor-exiting actor-join actor-kill
                  replay-comm replay-io
                  routing-get-clusters
                  synchro-barrier synchro-condition-variable synchro-condition-variable-waituntil synchro-mutex synchro-semaphore
-                 clusters-multicpu)
+                 clusters-multicpu network-factors)
 
   # Use default source file unless specified otherwise
   if(NOT DEFINED _${example}_sources)