How to properly import and use this? #654
Unanswered
bluewave41
asked this question in
Q&A
Replies: 1 comment
-
Try checking: https://github.com/libusb/hidapi/blob/master/BUILD.cmake.md#using-hidapi-in-a-cmake-project |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Forgive me, I'm a total Mac and C++ noob but it's not at all clear how to use this.
I've followed the build steps for CMake.
I created my library in XCode and added
#include <hidapi.h>
Only to be met with
'hidapi.h' file not found
The file exists in my
usr/local/include/hidapi
so I don't understand what it's complaining about. Do I need to manually add a reference to this or something? How do I even start here?Beta Was this translation helpful? Give feedback.
All reactions