mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-02 21:00:56 +00:00
3 lines
97 B
CMake
3 lines
97 B
CMake
add_executable(SwiftFrontend main.swift)
|
|
target_link_libraries(SwiftFrontend PRIVATE CppBackend)
|