Save before changes

This commit is contained in:
Ryzerth
2020-10-01 01:21:15 +02:00
parent 2c4d7cbf09
commit 524f20bc2f
16 changed files with 348 additions and 413 deletions

View File

@@ -3,7 +3,8 @@ project(sdrpp_core)
add_subdirectory("core")
add_subdirectory("radio")
add_subdirectory("recorder")
# Add back recorder when module new system is ready
#add_subdirectory("recorder")
add_subdirectory("demo")
add_executable(sdrpp "src/main.cpp" "win32/resources.rc")