From f13615ec140aec508501d21a21190782318c360a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 5 Mar 2020 11:35:14 -0800 Subject: uhd: cal: Add database class This class contains methods to store and retrieve data from the local calibration database. Note that in this case, the "database" is just a bunch of files on the local filesystem. --- host/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/CMakeLists.txt') diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index 4d747c9c7..5a3377a55 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -82,6 +82,7 @@ LIBUHD_REGISTER_COMPONENT("DPDK" ENABLE_DPDK ON "ENABLE_MPMD;DPDK_FOUND" OFF OFF # Include subdirectories (different than add) ######################################################################## INCLUDE_SUBDIRECTORY(include) +INCLUDE_SUBDIRECTORY(cal) INCLUDE_SUBDIRECTORY(ic_reg_maps) INCLUDE_SUBDIRECTORY(types) INCLUDE_SUBDIRECTORY(convert) -- cgit v1.2.3