add beginning of IQ exporter module

This commit is contained in:
AlexandreRouma
2024-02-01 18:36:25 +01:00
parent f486c657c1
commit 1f2b50c9bb
5 changed files with 312 additions and 0 deletions

View File

@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.13)
project(iq_exporter)
file(GLOB SRC "src/*.cpp")
include(${SDRPP_MODULE_CMAKE})