···9090License: MIT OR Unlicense
9191Comment: SPDX-License-Identifier missing.
92929393+Files: src/external/bcdec/bcdec*
9494+Copyright: 2022, Sergii Kudlai
9595+License: MIT OR Unlicense
9696+Comment: SPDX-License-Identifier missing.
9797+9398Files: src/external/glad/include/EGL/eglplatform.h
9499Copyright: 2007-2020, The Khronos Group Inc.
95100License: Apache-2.0
+4
src/external/CMakeLists.txt
···108108add_library(xrt-external-stb INTERFACE)
109109target_include_directories(xrt-external-stb SYSTEM INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/stb)
110110111111+# bcdec
112112+add_library(xrt-external-bcdec INTERFACE)
113113+target_include_directories(xrt-external-bcdec SYSTEM INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/bcdec)
114114+111115# renderdoc
112116add_library(xrt-external-renderdoc INTERFACE)
113117target_include_directories(