mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-18 11:50:08 +02:00
Finished soapy module + added file source + added RTL_TCP source (windows only rn)
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
project(sdrpp_core)
|
||||
|
||||
# Cross platform modules
|
||||
add_subdirectory("core")
|
||||
add_subdirectory("radio")
|
||||
add_subdirectory("recorder")
|
||||
add_subdirectory("soapy")
|
||||
add_subdirectory("file_source")
|
||||
add_subdirectory("rtl_tcp_source")
|
||||
add_subdirectory("demo")
|
||||
|
||||
add_executable(sdrpp "src/main.cpp" "win32/resources.rc")
|
||||
|
Reference in New Issue
Block a user