SDRPlusPlus/misc_modules/iq_exporter/CMakeLists.txt

6 wiersze
117 B
CMake

cmake_minimum_required(VERSION 3.13)
project(iq_exporter)
file(GLOB SRC "src/*.cpp")
include(${SDRPP_MODULE_CMAKE})