diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-11-10 21:42:22 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 14:59:23 -0800 |
commit | fc8cd827f6b16b9c8c354a216889e6a9d7f37456 (patch) | |
tree | a1adc8a55d72a4218c0119b0607970d98c3cce64 /host/lib/include | |
parent | 24eaccf7a552d10f243fc0fd095d422bd802368c (diff) | |
download | uhd-fc8cd827f6b16b9c8c354a216889e6a9d7f37456.tar.gz uhd-fc8cd827f6b16b9c8c354a216889e6a9d7f37456.tar.bz2 uhd-fc8cd827f6b16b9c8c354a216889e6a9d7f37456.zip |
lib: Add non-public include directory
This is meant for headers that don't export symbols.
Diffstat (limited to 'host/lib/include')
-rw-r--r-- | host/lib/include/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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}) + |