Files
cxx-swift-interop/Sources/SwiftFrontend/CMakeLists.txt

4 lines
248 B
CMake
Raw Normal View History

add_executable(SwiftFrontend MACOSX_BUNDLE main.swift Application.swift)
2024-08-03 23:28:29 -07:00
target_link_libraries(SwiftFrontend PRIVATE CppBackend SDL3)
2024-08-04 18:16:41 +10:00
set_property(TARGET SwiftFrontend PROPERTY BUILD_RPATH "/Library/Frameworks/SDL3.xcframework/macos-arm64_x86_64")