mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-11 17:35:27 +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.
8 lines
240 B
CMake
8 lines
240 B
CMake
# Copyright 2020, Collabora, Ltd.
|
|
# SPDX-License-Identifier: BSL-1.0
|
|
|
|
add_subdirectory(xrt)
|
|
|
|
add_library(xrt-interfaces INTERFACE)
|
|
target_include_directories(xrt-interfaces INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
|