Flattened examples directory

This commit is contained in:
Joseph Henry
2018-07-19 17:35:42 -07:00
parent 71fe3c867e
commit 60549bc8a3
74 changed files with 785 additions and 831 deletions

View File

@@ -0,0 +1,9 @@
## Example usage of libzt in Swift app via native static library
***
If any of the below instructions seem unclear see [HOWTO: Use a C++ Library from Swift](http://www.swiftprogrammer.info/swift_call_cpp.html) or drop us a message.
- Build (`make static_lib`) or Download: [libzt.a]()
- Add `libztWrapper.cpp` and `libztWrapper.hpp` and `libztWrapper.swift` to your project
- Add `include/` (from the cloned libzt repo) to your projects `Header Search Path`
- Build