mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-03 21:21:32 +00:00
introduce embedded SDL3
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
find_library(SDL3 SDL3 REQUIRED)
|
||||
find_library(SDL3 SDL3 REQUIRED PATHS "${CMAKE_CURRENT_SOURCE_DIR}/../../Frameworks" NO_DEFAULT_PATH)
|
||||
|
||||
add_library(SDLSwift INTERFACE)
|
||||
set_property(TARGET SDLSwift PROPERTY Swift_MODULE_NAME "SDL3")
|
||||
|
Reference in New Issue
Block a user