From 34bf06ab87fa14fcd2c515edd4add822e6bff536 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sat, 3 Aug 2024 22:18:27 -0700 Subject: [PATCH] Add README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa4aee3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# C++ to Swift interop + +This is a C++ backend which is callable from Swift code. It is also possible to do bidirectional C++ to Swift, see https://github.com/apple/swift-cmake-examples/tree/main/3_bidirectional_cxx_interop