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

3 lines
102 B
CMake
Raw Normal View History

2024-08-03 22:13:17 -07:00
add_executable(SwiftFrontend main.swift)
2024-08-03 23:28:29 -07:00
target_link_libraries(SwiftFrontend PRIVATE CppBackend SDL3)