X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3f2adefbdedfef867783ef87da78d7c145192795..85f2d2b7075a3104ccf23b83f926c0513cac9600:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 25f7ba2da5..4157980789 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -755,6 +755,8 @@ SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES add_custom_target(tests COMMENT "Recompiling the tests") 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) ### Build some Maintainer files include(${CMAKE_HOME_DIRECTORY}/tools/cmake/MaintainerMode.cmake)