Add descriptions for TESTERS and HOSTTESTERS builds.

This commit is contained in:
toaster 2022-12-19 21:47:37 +00:00
parent 48a43eb9af
commit 0214f62057

View file

@ -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)