X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2d2cfff5e6e779fc9fda55c6b0c7a6cad14342a7..1ac95ecea7e8c13813135b902855dbb90c863046:/examples/cpp/CMakeLists.txt diff --git a/examples/cpp/CMakeLists.txt b/examples/cpp/CMakeLists.txt index 71cb5dc1e8..0d44e129ba 100644 --- a/examples/cpp/CMakeLists.txt +++ b/examples/cpp/CMakeLists.txt @@ -70,7 +70,7 @@ foreach (example actor-create actor-daemon actor-exiting actor-join actor-kill energy-exec energy-boot energy-link energy-vm energy-exec-ptask energy-wifi engine-filtering exec-async exec-basic exec-dvfs exec-remote exec-waitany exec-waitfor exec-dependent exec-unassigned - exec-ptask exec-ptask-multicore + exec-ptask-multicore maestro-set mc-bugged1 mc-bugged2 mc-electric-fence mc-failing-assert network-wifi @@ -206,7 +206,7 @@ endif() # Examples not accepting factories ################################## -foreach (example trace-categories trace-masterworkers trace-platform trace-process-migration +foreach (example exec-ptask trace-categories trace-masterworkers trace-platform trace-process-migration trace-host-user-variables trace-link-user-variables trace-route-user-variables) add_executable (s4u-${example} EXCLUDE_FROM_ALL ${example}/s4u-${example}.cpp) target_link_libraries(s4u-${example} simgrid)