diff options
Diffstat (limited to 'host/lib/cal/CMakeLists.txt')
-rw-r--r-- | host/lib/cal/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/host/lib/cal/CMakeLists.txt b/host/lib/cal/CMakeLists.txt new file mode 100644 index 000000000..5c2c8a617 --- /dev/null +++ b/host/lib/cal/CMakeLists.txt @@ -0,0 +1,13 @@ +# +# Copyright 2020 Ettus Research, a National Instruments Brand +# +# SPDX-License-Identifier: GPL-3.0-or-later +# + +######################################################################## +# This file included, use CMake directory variables +######################################################################## +LIBUHD_APPEND_SOURCES( + ${CMAKE_CURRENT_SOURCE_DIR}/database.cpp +) + |