Fixed mac build referencing wrong header
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@ set(HIDAPI_HPP "hidapi/hidapi/hidapi.h")
|
|||||||
if(APPLE)
|
if(APPLE)
|
||||||
set(HIDAPI_SRC "hidapi/mac/hid.c")
|
set(HIDAPI_SRC "hidapi/mac/hid.c")
|
||||||
list(APPEND HIDAPI_HPP
|
list(APPEND HIDAPI_HPP
|
||||||
"hidapi/windows/hidapi_darwin.h")
|
"hidapi/mac/hidapi_darwin.h")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
|
|||||||
Reference in New Issue
Block a user