mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
a/util: Fixes missing windows lib for mercury_streamvr_driver
This commit is contained in:
parent
a896d79853
commit
d3e87d784b
|
@ -126,6 +126,7 @@ target_link_libraries(
|
|||
# Only uses normal Windows libraries, doesn't add anything extra.
|
||||
if(WIN32)
|
||||
target_sources(aux_util PRIVATE u_windows.c u_windows.h)
|
||||
target_link_libraries(aux_util PRIVATE WIL::WIL)
|
||||
endif()
|
||||
|
||||
# Only uses POSIX/Linux libraries, doesn't add anything extra.
|
||||
|
|
Loading…
Reference in a new issue