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.
14 lines
294 B
CMake
14 lines
294 B
CMake
# Copyright 2019, Collabora, Ltd.
|
|
# SPDX-License-Identifier: BSL-1.0
|
|
|
|
add_subdirectory(include)
|
|
add_subdirectory(auxiliary)
|
|
add_subdirectory(drivers)
|
|
add_subdirectory(compositor)
|
|
add_subdirectory(state_trackers)
|
|
add_subdirectory(targets)
|
|
|
|
if(XRT_FEATURE_SERVICE)
|
|
add_subdirectory(ipc)
|
|
endif()
|