Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Moses Turner
Monado
Commits
7802241f
Commit
7802241f
authored
Nov 22, 2022
by
Moses Turner
Browse files
d/rift_s: Link to hand tracking driver if necessary
parent
8efb5540
Pipeline
#744968
passed with stages
in 11 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/xrt/drivers/CMakeLists.txt
View file @
7802241f
...
...
@@ -232,6 +232,9 @@ if(XRT_BUILD_DRIVER_RIFT_S)
xrt-external-cjson
xrt-external-tinyceres
)
if
(
XRT_BUILD_DRIVER_HANDTRACKING
)
target_link_libraries
(
drv_rift_s PRIVATE drv_ht
)
endif
()
list
(
APPEND ENABLED_HEADSET_DRIVERS rift-s
)
endif
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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