Add Cmake support

This commit is contained in:
Jake
2017-04-26 11:42:48 -05:00
committed by Nekotekina
parent f4849e5135
commit d154a64eff
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
add_library(hidapi-libusb hid.c)
+1
View File
@@ -0,0 +1 @@
add_library(hidapi-hidraw hid.c)
+1 -1
View File
@@ -1 +1 @@
add_library(hidapi-mac hid.c)
add_library(hidapi-mac hid.c)
+1
View File
@@ -0,0 +1 @@
add_library(hidapi-hid hid.c)