mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-26 08:31:44 +00:00
7c8a8a3f87
This enables out of process compositing.
14 lines
289 B
CMake
14 lines
289 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_BUILD_IPC)
|
|
add_subdirectory(ipc)
|
|
endif()
|