1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-08-26 17:33:02 -04:00
sdrangel/plugins/channelmimo/CMakeLists.txt

9 lines
148 B
CMake
Raw Normal View History

2020-11-10 16:38:12 +01:00
project(channelmimo)
2020-11-10 21:49:43 +01:00
add_subdirectory(beamsteeringcwmod)
2022-05-27 00:50:38 +02:00
add_subdirectory(doa2)
2020-11-10 21:49:43 +01:00
2020-11-10 16:38:12 +01:00
if (NOT SERVER_MODE)
add_subdirectory(interferometer)
endif()