monado/src/xrt/state_trackers/CMakeLists.txt
Ryan Pavlik 4638b0af7b build: Switch all CMake options to XRT_... to match what's used in source.
Also revise other small related parts of the build to make them more clear and consistent.
2020-05-12 11:52:51 -05:00

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)