mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-11 17:35:27 +00:00
4638b0af7b
Also revise other small related parts of the build to make them more clear and consistent.
9 lines
168 B
CMake
9 lines
168 B
CMake
# Copyright 2019, Collabora, Ltd.
|
|
# SPDX-License-Identifier: BSL-1.0
|
|
|
|
if(XRT_HAVE_OPENGL)
|
|
add_subdirectory(gui)
|
|
endif()
|
|
add_subdirectory(oxr)
|
|
add_subdirectory(prober)
|