From dd0f541d9410364b35c519bf1857c1409a1b7cc0 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 00000000..400da03f --- /dev/null +++ b/mac/CMakeLists.txt @@ -0,0 +1 @@ +add_library(hidapi-mac hid.c) \ No newline at end of file