aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/chdr/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/utils/chdr/CMakeLists.txt')
-rw-r--r--host/lib/utils/chdr/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/host/lib/utils/chdr/CMakeLists.txt b/host/lib/utils/chdr/CMakeLists.txt
new file mode 100644
index 000000000..04f1180d4
--- /dev/null
+++ b/host/lib/utils/chdr/CMakeLists.txt
@@ -0,0 +1,9 @@
+#
+# Copyright 2020 Ettus Research, a National Instruments Brand
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+#
+
+LIBUHD_APPEND_SOURCES(
+ ${CMAKE_CURRENT_SOURCE_DIR}/chdr_packet.cpp
+)