Fixed windows hid_api path.

This commit is contained in:
imi415 2022-06-30 21:45:33 +08:00
parent 60907768d0
commit ea9afb6c50
Signed by: imi415
GPG Key ID: 885EC2B5A8A6F8A7
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)