mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-03 05:10:55 +00:00
add sketchy rpath so it runs in xcode
This commit is contained in:
parent
dad9a7c762
commit
9306a3c2ea
@ -1,2 +1,3 @@
|
||||
add_executable(SwiftFrontend MACOSX_BUNDLE main.swift Application.swift)
|
||||
target_link_libraries(SwiftFrontend PRIVATE CppBackend SDL3)
|
||||
set_property(TARGET SwiftFrontend PROPERTY BUILD_RPATH "/Library/Frameworks/SDL3.xcframework/macos-arm64_x86_64")
|
||||
|
Loading…
Reference in New Issue
Block a user