-
Notifications
You must be signed in to change notification settings - Fork 1
Support MacOS and CMake #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Replaces the |
|
Thank you for your contribution! I fixed the solution files and some headers for this to still compile under Windows. Can you make sure you can still build this on Mac? |
|
Hm. Actually, before the commit it compiled for me, now it doesn't: |
|
Does this work for you? |
|
Another thing is that, if I include this, I still have to bundle the hidapi library manually. I just did it like this: Otherwise, the built artefact is not distributable. There's probably a more robust way though... |
Support use as library for building on MacOS. Uses CMake for build
Only tested on Mac...
Feedback welcome :)
Closes #3