Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
blender
monado-rpavlik
Commits
af7238ec
Commit
af7238ec
authored
Jun 28, 2019
by
Jakob Bornecrantz
Browse files
t/common: Link with Libusb1
parent
1f0b4363
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/xrt/targets/CMakeLists.txt
View file @
af7238ec
...
...
@@ -10,6 +10,10 @@
set
(
DRIVER_OBJECTS
)
set
(
DRIVER_LIBRARIES
)
if
(
BUILD_WITH_LIBUSB
)
list
(
APPEND DRIVER_LIBRARIES
${
LIBUSB1_LIBRARIES
}
)
endif
()
if
(
BUILD_DRIVER_HDK
)
set
(
XRT_BUILD_HDK TRUE
)
list
(
APPEND DRIVER_OBJECTS $<TARGET_OBJECTS:drv_hdk>
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment