Files

3 lines
97 B
CMake
Raw Permalink Normal View History

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