mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-05 08:21:16 -05:00
6 lines
88 B
CMake
6 lines
88 B
CMake
|
project(channelmimo)
|
||
|
|
||
|
if (NOT SERVER_MODE)
|
||
|
add_subdirectory(interferometer)
|
||
|
endif()
|