mirror of
https://github.com/AlexandreRouma/SDRPlusPlus
synced 2026-08-13 17:37:08 -04:00
6 lines
No EOL
110 B
CMake
6 lines
No EOL
110 B
CMake
cmake_minimum_required(VERSION 3.13)
|
|
project(demo)
|
|
|
|
file(GLOB SRC "src/*.cpp")
|
|
|
|
include(${SDRPP_MODULE_CMAKE}) |