mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
build: Allow disabling documentation build + print more build flags (#13871)
* build: permit to disable documentation build * build: add a message about some BUILD_* flags
This commit is contained in:
parent
2c74797d34
commit
929a13a9a0
2 changed files with 25 additions and 17 deletions
|
@ -13,6 +13,7 @@ General options and their default values:
|
|||
BUILD_SERVER=FALSE - Build Minetest server
|
||||
BUILD_UNITTESTS=TRUE - Build unittest sources
|
||||
BUILD_BENCHMARKS=FALSE - Build benchmark sources
|
||||
BUILD_DOCUMENTATION=TRUE - Build doxygen documentation
|
||||
CMAKE_BUILD_TYPE=Release - Type of build (Release vs. Debug)
|
||||
Release - Release build
|
||||
Debug - Debug build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue