mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-03 21:21:32 +00:00
3 lines
134 B
CMake
3 lines
134 B
CMake
add_executable(SwiftFrontend MACOSX_BUNDLE main.swift Application.swift)
|
|
target_link_libraries(SwiftFrontend PRIVATE CppBackend SDL3)
|