You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Joseph Henry 60549bc8a3 Flattened examples directory 8 years ago
..
libztExampleApp Flattened examples directory 8 years ago
libztExampleApp.xcodeproj Flattened examples directory 8 years ago
README.md Flattened examples directory 8 years ago
libztExampleApp-Bridging-Header.h Flattened examples directory 8 years ago
libztWrapper.cpp Flattened examples directory 8 years ago
libztWrapper.hpp Flattened examples directory 8 years ago

README.md

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.cpp and libztWrapper.hpp and libztWrapper.swift to your project
  • Add include/ (from the cloned libzt repo) to your projects Header Search Path
  • Build