mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 21:28:50 +00:00
cmake: prober requires drv_multi now.
This commit is contained in:
parent
1ce306cb55
commit
0450e317e1
|
@ -39,6 +39,7 @@ target_link_libraries(st_prober PUBLIC
|
||||||
xrt-interfaces
|
xrt-interfaces
|
||||||
)
|
)
|
||||||
target_link_libraries(st_prober PRIVATE
|
target_link_libraries(st_prober PRIVATE
|
||||||
|
drv_multi
|
||||||
aux_util
|
aux_util
|
||||||
aux_os
|
aux_os
|
||||||
aux_tracking
|
aux_tracking
|
||||||
|
@ -88,4 +89,4 @@ if(XRT_BUILD_DRIVER_REMOTE)
|
||||||
target_link_libraries(st_prober PRIVATE
|
target_link_libraries(st_prober PRIVATE
|
||||||
drv_remote
|
drv_remote
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue