mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-04 04:48:03 +00:00
92205ab5be
This allows transitive dependencies to work easier and improves compatibility. It takes a little bit more storage at build time, and possibly a little extra time.
10 lines
238 B
CMake
10 lines
238 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)
|