started work on the network source

This commit is contained in:
AlexandreRouma
2024-02-08 15:01:11 +01:00
parent daf0f8c159
commit ba5380f9bb
4 changed files with 346 additions and 0 deletions

View File

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