An open API service indexing awesome lists of open source software.

https://github.com/j-hui/swiftcxxinterop-template


https://github.com/j-hui/swiftcxxinterop-template

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Swift C++ Interop Template

This is a template repository for Swift code that uses C++ interop, built using SwiftPM.
The purpose of this repository is to make it easy to write small code examples using C++ interop.

## Instructions

Fork this repo on , or use `gh` to do it from the CLI:

```sh
gh repo create --template j-hui/SwiftCxxInterop-Template USERNAME/REPO
```

You can build or run this code using the Swift toolchain:

```sh
swift build
swift run
```