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