monado/src/xrt/state_trackers/CMakeLists.txt
Ryan Pavlik 974c68dead xrt: Re-arrange build to avoid unnecessary includes.
Avoid unintentionally including cJSON from the source tree when using system,
etc. This adds granularity to the usage of "external" sources.
2020-04-28 21:36:46 +00:00

9 lines
170 B
CMake

# Copyright 2019, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0
if(BUILD_WITH_OPENGL)
add_subdirectory(gui)
endif()
add_subdirectory(oxr)
add_subdirectory(prober)