Skip to content

Commit

Permalink
Add Cmake support
Browse files Browse the repository at this point in the history
  • Loading branch information
jarveson authored and Nekotekina committed Jun 9, 2021
1 parent f4849e5 commit 1c704e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions libusb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_library(hidapi-libusb hid.c)
1 change: 1 addition & 0 deletions linux/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_library(hidapi-hidraw hid.c)
1 change: 1 addition & 0 deletions windows/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_library(hidapi-hid hid.c)

0 comments on commit 1c704e6

Please sign in to comment.