X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=6e30389c35107adcb53c9e16d403b8fc51868aa2;hb=HEAD;hp=1fcce20fdd8c4161d8d12cb67b355c0846637b45;hpb=a8f1237884e3741541e891724fbae07f8ff7d3b8;p=xonotic%2Fnetradiant.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 1fcce20f..b8f85654 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,3 +1,8 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}") +add_subdirectory(quake2) +add_subdirectory(heretic2) add_subdirectory(quake3) + +add_custom_target(tools) +add_dependencies(tools quake2 heretic2 quake3)