supercollider / hidapi

A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows.
http://www.signal11.us/oss/hidapi/
Other
13 stars 14 forks source link

CMake: fix link & include properties on targets #13

Closed mossheim closed 4 years ago

mossheim commented 4 years ago

Probably fixes the error encountered in github.com/supercollider/supercollider/pulls/4896

Since include directories added with include_directories() are not part of the public interface (at least as far as i can tell) they are not passed along to other targets linking with hidapi (like sclang).

mossheim commented 4 years ago

turns out i can't reproduce anything like what's mentioned in that PR on my own machine, so i'm going to close this.