sdrangel/plugins/channelmimo/CMakeLists.txt

14 wiersze
282 B
CMake

2020-11-10 15:38:12 +00:00
project(channelmimo)
if (ENABLE_CHANNELMIMO_BEAMSTEERINGCWMOD)
add_subdirectory(beamsteeringcwmod)
endif()
if (ENABLE_CHANNELMIMO_DOA2)
add_subdirectory(doa2)
endif()
2020-11-10 20:49:43 +00:00
if (NOT SERVER_MODE AND ENABLE_CHANNELMIMO_INTERFEROMETER)
2020-11-10 15:38:12 +00:00
add_subdirectory(interferometer)
endif()