diff --git a/libusb/CMakeLists.txt b/libusb/CMakeLists.txt new file mode 100644 index 0000000..5bb2c08 --- /dev/null +++ b/libusb/CMakeLists.txt @@ -0,0 +1 @@ +add_library(hidapi-libusb hid.c) diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt new file mode 100644 index 0000000..f7984bd --- /dev/null +++ b/linux/CMakeLists.txt @@ -0,0 +1 @@ +add_library(hidapi-hidraw hid.c) diff --git a/mac/CMakeLists.txt b/mac/CMakeLists.txt index 400da03..c1110cb 100644 --- a/mac/CMakeLists.txt +++ b/mac/CMakeLists.txt @@ -1 +1 @@ -add_library(hidapi-mac hid.c) \ No newline at end of file +add_library(hidapi-mac hid.c) diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt new file mode 100644 index 0000000..387ac02 --- /dev/null +++ b/windows/CMakeLists.txt @@ -0,0 +1 @@ +add_library(hidapi-hid hid.c) \ No newline at end of file