X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c5ad8ca1a68bbaa9152471c8d0eeb99d762f0d86..247d0bb492f5d328574b1bfec3765db1bef4a616:/buildtools/Cmake/MakeExe.cmake diff --git a/buildtools/Cmake/MakeExe.cmake b/buildtools/Cmake/MakeExe.cmake index f68016b5a5..7857a74c11 100644 --- a/buildtools/Cmake/MakeExe.cmake +++ b/buildtools/Cmake/MakeExe.cmake @@ -59,6 +59,8 @@ add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/parallel_contexts) add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/token_ring) add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/pmm) +add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/io) + if(HAVE_TRACING) add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/tracing) endif(HAVE_TRACING)