mirror of
https://github.com/open-goal/jak-project
synced 2026-07-27 23:00:42 -04:00
CMakeLists.txt update
Fix issues related to spdlog version targeting
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(jak)
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE "Debug")
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
# Set default compile flags for GCC
|
||||
|
||||
Reference in New Issue
Block a user