mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-22 13:31:08 +00:00
Use release configuration by default
This commit is contained in:
parent
48a41966fd
commit
28bc58ccd2
@ -1,6 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.0.0)
|
||||
project(BasiliskII)
|
||||
|
||||
if (NOT EXISTS ${CMAKE_BINARY_DIR}/CMakeCache.txt)
|
||||
if (NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "" FORCE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
find_package(SDL2 REQUIRED)
|
||||
find_library(COREFOUNDATION_LIBRARY CoreFoundation)
|
||||
|
Loading…
Reference in New Issue
Block a user