Files
cxx-swift-interop/Sources/SwiftFrontend/CMakeLists.txt
2024-08-03 22:13:17 -07:00

3 lines
97 B
CMake

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