···11# Copyright 2019-2020, Collabora, Ltd.
22# SPDX-License-Identifier: BSL-1.0
3344-# "Link" against this interface target if your module
55-# uses the files in "external".
66-add_library(xrt-external-headers INTERFACE)
77-target_include_directories(xrt-external-headers SYSTEM INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/external)
88-44+add_subdirectory(external)
95add_subdirectory(xrt)