From ca39ce8939e490ffcadb38ff978447aac1c17662 Mon Sep 17 00:00:00 2001 From: Aurora Date: Mon, 7 Aug 2017 23:56:27 +0200 Subject: [PATCH] Add CMake file for Mac --- mac/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 mac/CMakeLists.txt diff --git a/mac/CMakeLists.txt b/mac/CMakeLists.txt new file mode 100644 index 0000000..400da03 --- /dev/null +++ b/mac/CMakeLists.txt @@ -0,0 +1 @@ +add_library(hidapi-mac hid.c) \ No newline at end of file