X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/040bec34682ac9b1f9d33c99d0a17e5f17a41f6b..bfd4a01db7f2f21e67c9ce03d32eb47a9601f759:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 545604e129..1a4a2459c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -757,6 +757,8 @@ add_custom_target(tests-mc COMMENT "Recompiling the MC tests and tools.") add_dependencies(tests tests-mc) add_custom_target(tests-ns3 COMMENT "Recompiling the ns3 tests and tools.") add_dependencies(tests tests-ns3) +add_custom_target(examples COMMENT "Recompiling all examples") +add_dependencies(examples tests) ### Build some Maintainer files include(${CMAKE_HOME_DIRECTORY}/tools/cmake/MaintainerMode.cmake)