https://github.com/j-hui/swiftcxxinterop-template
https://github.com/j-hui/swiftcxxinterop-template
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/j-hui/swiftcxxinterop-template
- Owner: j-hui
- License: mit
- Created: 2025-01-15T02:22:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T02:26:06.000Z (9 months ago)
- Last Synced: 2025-01-30T17:41:02.802Z (8 months ago)
- Language: Swift
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```