From fc8cd827f6b16b9c8c354a216889e6a9d7f37456 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 10 Nov 2017 21:42:22 -0800 Subject: lib: Add non-public include directory This is meant for headers that don't export symbols. --- host/lib/CMakeLists.txt | 1 + host/lib/include/CMakeLists.txt | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 host/lib/include/CMakeLists.txt (limited to 'host/lib') diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index 0219c082c..2679ce302 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -77,6 +77,7 @@ LIBUHD_REGISTER_COMPONENT("OctoClock" ENABLE_OCTOCLOCK ON "ENABLE_LIBUHD" OFF OF ######################################################################## # Include subdirectories (different than add) ######################################################################## +INCLUDE_SUBDIRECTORY(include) INCLUDE_SUBDIRECTORY(ic_reg_maps) INCLUDE_SUBDIRECTORY(types) INCLUDE_SUBDIRECTORY(convert) diff --git a/host/lib/include/CMakeLists.txt b/host/lib/include/CMakeLists.txt new file mode 100644 index 000000000..5eea68f80 --- /dev/null +++ b/host/lib/include/CMakeLists.txt @@ -0,0 +1,8 @@ +# +# Copyright 2017 Ettus Research, a National Instruments Company +# +# SPDX-License-Identifier: GPL-3.0 +# + +INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}) + -- cgit v1.2.3