luxonis / XLink

A cross-platform library for communicating with devices over various physical links.
Apache License 2.0
11 stars 17 forks source link

Move libusb include above XLink platform includes #43

Closed wstnturner closed 2 years ago

wstnturner commented 2 years ago

PlatformData.c: Cast size to size_t in chunk size initialization to avoid sign compare error in comparison.

CMakeLists.txt: Support specifying XLINK_LIBUSB_LOCAL D flag (results in no hunter dependencies being needed for building).