X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a5704527450c59a394cced78a803eb23da5ea647..0c3701e24626a87cef600fc29484a4e4b82e28be:/buildtools/Cmake/MakeExe.cmake diff --git a/buildtools/Cmake/MakeExe.cmake b/buildtools/Cmake/MakeExe.cmake index 7857a74c11..5ad1fddeb0 100644 --- a/buildtools/Cmake/MakeExe.cmake +++ b/buildtools/Cmake/MakeExe.cmake @@ -61,6 +61,8 @@ add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/pmm) add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/io) +add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/gpu) + if(HAVE_TRACING) add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/tracing) endif(HAVE_TRACING)