From 65e1e568eb601224816845d9da1bbd0bce13426f Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 14 Jan 2022 16:50:46 +0100 Subject: [PATCH] update cmake --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45f8dfa..8649c57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,8 @@ SOAPY_SDR_MODULE_UTIL( SoapyRadioberrySettings.cpp SoapyRadioberryStreaming.cpp radioberry_ioctl.h + i2c.cpp + i2c.h ) #LIBRARIES ${MY_DEVICE_LIBRARIES}