From 0214f62057635e0cff98c47fc8e1664ac7713243 Mon Sep 17 00:00:00 2001 From: toaster Date: Mon, 19 Dec 2022 21:47:37 +0000 Subject: [PATCH] Add descriptions for TESTERS and HOSTTESTERS builds. --- src/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0841f3b03..93176024d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -153,6 +153,10 @@ set(SRB2_CONFIG_YASM OFF CACHE BOOL "Use YASM in place of NASM.") set(SRB2_CONFIG_DEV_BUILD OFF CACHE BOOL "Compile a development build of SRB2Kart.") +set(SRB2_CONFIG_TESTERS OFF CACHE BOOL + "Compile a build for testers.") +set(SRB2_CONFIG_HOSTTESTERS OFF CACHE BOOL + "Compile a build to host netgames for testers builds.") add_subdirectory(blua)