From: Thomas Debesse Date: Sat, 13 Jul 2019 17:56:14 +0000 (+0200) Subject: tools/heretic2: also make q2map a required target X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=35d622a9f4962696de8b1b9f6d464f5790ab54ee;p=xonotic%2Fnetradiant.git tools/heretic2: also make q2map a required target --- diff --git a/tools/heretic2/CMakeLists.txt b/tools/heretic2/CMakeLists.txt index 0cb9cb4d..2a9f0982 100644 --- a/tools/heretic2/CMakeLists.txt +++ b/tools/heretic2/CMakeLists.txt @@ -66,7 +66,7 @@ target_link_libraries(h2data ) add_custom_target(heretic2) -add_dependencies(heretic2 h2data) +add_dependencies(heretic2 h2data q2map) if (UNIX) target_link_libraries(h2data pthread m)