mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-11 01:15:30 +00:00
974c68dead
Avoid unintentionally including cJSON from the source tree when using system, etc. This adds granularity to the usage of "external" sources.
9 lines
170 B
CMake
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)
|