forked from Mirrorlandia_minetest/minetest
Update
This commit is contained in:
parent
c990427d07
commit
96749525a3
@ -25,11 +25,6 @@ elseif(DEVELOPMENT_BUILD)
|
|||||||
set(VERSION_STRING "${VERSION_STRING}-dev")
|
set(VERSION_STRING "${VERSION_STRING}-dev")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (CMAKE_BUILD_TYPE STREQUAL Debug)
|
|
||||||
# Append "-debug" to version string
|
|
||||||
set(VERSION_STRING "${VERSION_STRING}-debug")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Configuration options
|
# Configuration options
|
||||||
set(BUILD_CLIENT TRUE CACHE BOOL "Build client")
|
set(BUILD_CLIENT TRUE CACHE BOOL "Build client")
|
||||||
set(BUILD_SERVER FALSE CACHE BOOL "Build server")
|
set(BUILD_SERVER FALSE CACHE BOOL "Build server")
|
||||||
|
Loading…
Reference in New Issue
Block a user