mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-07 17:54:42 +02:00
add sddc source prototype + add new ATV decoder + fix windows builds
This commit is contained in:
9
source_modules/sddc_source/CMakeLists.txt
Normal file
9
source_modules/sddc_source/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
project(sddc_source)
|
||||
|
||||
file(GLOB SRC "src/*.cpp")
|
||||
|
||||
include(${SDRPP_MODULE_CMAKE})
|
||||
|
||||
add_subdirectory("./libsddc")
|
||||
target_link_libraries(sddc_source PRIVATE sddc)
|
Reference in New Issue
Block a user