mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-07 19:27:36 +01:00
6 lines
117 B
CMake
6 lines
117 B
CMake
|
cmake_minimum_required(VERSION 3.13)
|
||
|
project(iq_exporter)
|
||
|
|
||
|
file(GLOB SRC "src/*.cpp")
|
||
|
|
||
|
include(${SDRPP_MODULE_CMAKE})
|