Files
cxx-swift-interop/Sources/SwiftFrontend/CMakeLists.txt
2024-08-03 23:28:29 -07:00

3 lines
102 B
CMake

add_executable(SwiftFrontend main.swift)
target_link_libraries(SwiftFrontend PRIVATE CppBackend SDL3)