From ea9afb6c50c81d766b14004ef9f0a3c1283482a5 Mon Sep 17 00:00:00 2001 From: imi415 Date: Thu, 30 Jun 2022 21:45:33 +0800 Subject: [PATCH] Fixed windows hid_api path. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5763c9..2108bde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(USBSIO_SRCS ) if(WIN32 OR CYGWIN) - set(USBSIO_HIDAPI_SRCS "src/hid_api/win/hid.c") + set(USBSIO_HIDAPI_SRCS "src/hid_api/windows/hid.c") set(USBSIO_LIBRARIES "setupapi" )