mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-10-17 14:10:25 -04:00
9 lines
148 B
CMake
9 lines
148 B
CMake
project(channelmimo)
|
|
|
|
add_subdirectory(beamsteeringcwmod)
|
|
add_subdirectory(doa2)
|
|
|
|
if (NOT SERVER_MODE)
|
|
add_subdirectory(interferometer)
|
|
endif()
|