mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
a/os: Add comments about DSOs
This commit is contained in:
parent
637c49c1ea
commit
d33b2b136f
|
@ -4,6 +4,10 @@
|
||||||
####
|
####
|
||||||
# Main os library
|
# Main os library
|
||||||
#
|
#
|
||||||
|
# Avoid linking with libraries that brings in DSOs as this
|
||||||
|
# library is used everywhere. Including libraries loaded in
|
||||||
|
# by applications like the OpenXR runtime library.
|
||||||
|
#
|
||||||
|
|
||||||
add_library(aux_os STATIC os_documentation.h os_hid.h os_hid_hidraw.c os_threading.h)
|
add_library(aux_os STATIC os_documentation.h os_hid.h os_hid_hidraw.c os_threading.h)
|
||||||
target_link_libraries(aux_os PUBLIC aux-includes xrt-pthreads)
|
target_link_libraries(aux_os PUBLIC aux-includes xrt-pthreads)
|
||||||
|
|
Loading…
Reference in a new issue