more or less finished the new stream system

This commit is contained in:
AlexandreRouma
2023-07-09 04:09:18 +02:00
parent ff655caf31
commit 2a741932e0
8 changed files with 554 additions and 277 deletions

View File

@@ -1,3 +1,5 @@
set(CMAKE_BUILD_TYPE "Debug") # TODO: Make sure this gets properly disabled when going back to normal builds
cmake_minimum_required(VERSION 3.13)
project(sdrpp)