mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +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)
|
||||
|
||||
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
|
||||
project (yquake2)
|
||||
|
||||
|
|
Loading…
Reference in a new issue