mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-03 05:10:55 +00:00
4 lines
248 B
CMake
4 lines
248 B
CMake
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")
|