mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
6 lines
88 B
CMake
6 lines
88 B
CMake
|
project(channelmimo)
|
||
|
|
||
|
if (NOT SERVER_MODE)
|
||
|
add_subdirectory(interferometer)
|
||
|
endif()
|