1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Create C++ backend UI code

This commit is contained in:
v-rob 2024-01-24 20:57:46 -08:00
parent 2f33926573
commit abfb319e9b
36 changed files with 2466 additions and 10 deletions

View file

@ -14,6 +14,7 @@ General options and their default values:
BUILD_UNITTESTS=TRUE - Build unittest sources
BUILD_BENCHMARKS=FALSE - Build benchmark sources
BUILD_DOCUMENTATION=TRUE - Build doxygen documentation
BUILD_UI=TRUE - Build experimental UI API; requires BUILD_CLIENT and USE_SDL2
CMAKE_BUILD_TYPE=Release - Type of build (Release vs. Debug)
Release - Release build
Debug - Debug build