mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-05 14:11:32 +00:00
fix build by converting cxx backend to swift
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.24)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.6" CACHE STRING "Minimum OSX version" FORCE)
|
||||
project(cxxswift LANGUAGES CXX Swift)
|
||||
project(cxxswift LANGUAGES C Swift)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
|
||||
include(InitializeSwift)
|
||||
|
Reference in New Issue
Block a user