mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-01 05:30:58 +00:00
If not specified create a debug build
This commit is contained in:
parent
2d20c5c801
commit
567378ad50
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
|
|
||||||
|
if(NOT CMAKE_BUILD_TYPE)
|
||||||
|
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE)
|
||||||
|
endif(NOT CMAKE_BUILD_TYPE)
|
||||||
|
|
||||||
#yquake cmake configuration
|
#yquake cmake configuration
|
||||||
project (yquake2)
|
project (yquake2)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue