]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - CMakeLists.txt
CMake: port most of the release script
[xonotic/xonotic.git] / CMakeLists.txt
index 0dbabfbe8e680751ffd868efb22956a5851d3f50..c1e0adb8e603a992640efbf0b21478e8c2d7651c 100644 (file)
@@ -5,3 +5,10 @@ add_subdirectory(darkplaces)
 add_subdirectory(data/xonotic-data.pk3dir)
 add_subdirectory(gmqcc)
 add_subdirectory(netradiant)
+
+add_custom_target(update-maps ALL
+        COMMAND ${PROJECT_SOURCE_DIR}/misc/tools/xonotic-map-compiler-autobuild download
+        WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
+        )
+
+include(release.cmake)