The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/os: Add comments about DSOs

authored by

Jakob Bornecrantz and committed by
Ryan Pavlik
d33b2b13 637c49c1

+4
+4
src/xrt/auxiliary/os/CMakeLists.txt
··· 4 4 #### 5 5 # Main os library 6 6 # 7 + # Avoid linking with libraries that brings in DSOs as this 8 + # library is used everywhere. Including libraries loaded in 9 + # by applications like the OpenXR runtime library. 10 + # 7 11 8 12 add_library(aux_os STATIC os_documentation.h os_hid.h os_hid_hidraw.c os_threading.h) 9 13 target_link_libraries(aux_os PUBLIC aux-includes xrt-pthreads)