mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-03 21:21:32 +00:00
initial commit
This commit is contained in:
2
Sources/SwiftFrontend/CMakeLists.txt
Normal file
2
Sources/SwiftFrontend/CMakeLists.txt
Normal file
@ -0,0 +1,2 @@
|
||||
add_executable(SwiftFrontend main.swift)
|
||||
target_link_libraries(SwiftFrontend PRIVATE CppBackend)
|
4
Sources/SwiftFrontend/main.swift
Normal file
4
Sources/SwiftFrontend/main.swift
Normal file
@ -0,0 +1,4 @@
|
||||
import CppBackend
|
||||
|
||||
backend_init()
|
||||
print("Hello World")
|
Reference in New Issue
Block a user