mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-03 05:10:55 +00:00
3 lines
102 B
CMake
3 lines
102 B
CMake
add_library(SwiftBackend STATIC Backend.swift)
|
|
target_link_libraries(SwiftBackend PRIVATE CppBackend)
|