Switch old radio module to new radio module

This commit is contained in:
AlexandreRouma
2021-12-07 23:56:11 +01:00
parent 355a6352da
commit 1594051a5d
25 changed files with 102 additions and 2072 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
project(radio)
file(GLOB SRC "src/*.cpp")
file(GLOB_RECURSE SRC "src/*.cpp")
add_library(radio SHARED ${SRC})
target_link_libraries(radio PRIVATE sdrpp_core)