mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-03 05:10:55 +00:00
replace unnecessary relative path with CMAKE_SOURCE_DIR
This commit is contained in:
parent
f5faf18e54
commit
678790f917
@ -1,4 +1,4 @@
|
||||
find_library(SDL3 SDL3 REQUIRED PATHS "${CMAKE_CURRENT_SOURCE_DIR}/../../Frameworks" NO_DEFAULT_PATH)
|
||||
find_library(SDL3 SDL3 REQUIRED PATHS "${CMAKE_SOURCE_DIR}/Frameworks" NO_DEFAULT_PATH)
|
||||
|
||||
add_library(SDLSwift INTERFACE)
|
||||
set_property(TARGET SDLSwift PROPERTY Swift_MODULE_NAME "SDL3")
|
||||
|
Loading…
Reference in New Issue
Block a user