mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
d/hdk: Does not require hidapi
This commit is contained in:
parent
382813edd6
commit
d03db42075
|
@ -18,9 +18,6 @@ if(BUILD_DRIVER_HDK)
|
||||||
|
|
||||||
# Use OBJECT to not create a archive, since it just gets in the way.
|
# Use OBJECT to not create a archive, since it just gets in the way.
|
||||||
add_library(drv_hdk OBJECT ${HDK_SOURCE_FILES})
|
add_library(drv_hdk OBJECT ${HDK_SOURCE_FILES})
|
||||||
target_include_directories(drv_hdk SYSTEM
|
|
||||||
PRIVATE ${HIDAPI_INCLUDE_DIRS}
|
|
||||||
)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue