mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -05:00
12 lines
206 B
CMake
12 lines
206 B
CMake
project(demod)
|
|
|
|
add_subdirectory(lora)
|
|
add_subdirectory(am)
|
|
add_subdirectory(nfm)
|
|
add_subdirectory(ssb)
|
|
add_subdirectory(tcpsrc)
|
|
add_subdirectory(wfm)
|
|
add_subdirectory(chanalyzer)
|
|
|
|
#add_subdirectory(tetra)
|