mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-06 00:41:17 -05:00
11 lines
178 B
CMake
11 lines
178 B
CMake
project(demod)
|
|
|
|
add_subdirectory(lora)
|
|
add_subdirectory(nfm)
|
|
add_subdirectory(ssb)
|
|
add_subdirectory(tcpsrc)
|
|
add_subdirectory(usb)
|
|
add_subdirectory(wfm)
|
|
|
|
#add_subdirectory(tetra)
|