mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-13 17:20:09 +00:00
cmake: Fix service build with -DXRT_BUILD_DRIVER_QWERTY=OFF
This commit is contained in:
parent
b31813564c
commit
aac68971c4
|
@ -101,6 +101,13 @@ endif()
|
|||
|
||||
if(XRT_HAVE_SDL2)
|
||||
target_link_libraries(
|
||||
monado-service PRIVATE st_gui xrt-external-imgui-sdl2 aux_ogl drv_qwerty_includes
|
||||
monado-service PRIVATE st_gui xrt-external-imgui-sdl2 aux_ogl
|
||||
)
|
||||
|
||||
if(XRT_BUILD_DRIVER_QWERTY)
|
||||
target_link_libraries(
|
||||
monado-service PRIVATE drv_qwerty_includes
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue