diff --git a/Sources/SwiftFrontend/CMakeLists.txt b/Sources/SwiftFrontend/CMakeLists.txt index 503d9e2..06a814b 100644 --- a/Sources/SwiftFrontend/CMakeLists.txt +++ b/Sources/SwiftFrontend/CMakeLists.txt @@ -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")