mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-02 13:00:53 +00:00
use swift version 5.0
This commit is contained in:
parent
dcd5c0f681
commit
720430da33
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.24)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.6" CACHE STRING "Minimum OSX version" FORCE)
|
||||
set(CMAKE_Swift_LANGUAGE_VERSION "6.0")
|
||||
set(CMAKE_Swift_LANGUAGE_VERSION "5.0")
|
||||
project(voxelotl LANGUAGES C Swift)
|
||||
|
||||
find_library(SDL3 SDL3 REQUIRED PATHS "${CMAKE_SOURCE_DIR}/Frameworks" NO_DEFAULT_PATH)
|
||||
|
Loading…
Reference in New Issue
Block a user