mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-19 01:05:35 -04:00
7 lines
137 B
CMake
7 lines
137 B
CMake
|
project(pluginssrv)
|
||
|
|
||
|
add_subdirectory(channelrx)
|
||
|
add_subdirectory(channeltx)
|
||
|
add_subdirectory(samplesink)
|
||
|
add_subdirectory(samplesource)
|