472 B
472 B
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 or drop us a message.
- Build (
make static_lib) or Download: libzt.a - Add
libztWrapper.cppandlibztWrapper.hppandlibztWrapper.swiftto your project - Add
include/(from the cloned libzt repo) to your projectsHeader Search Path - Build