mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/rift_s: Link to hand tracking driver if necessary
This commit is contained in:
parent
27b8166e38
commit
8c0735feec
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue