1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-12 08:06:34 -04:00
sdrangel/plugins/feature/CMakeLists.txt

9 lines
170 B
CMake

project(feature)
if (Qt5SerialPort_FOUND)
add_subdirectory(gs232controller)
endif()
add_subdirectory(afc)
add_subdirectory(rigctlserver)
add_subdirectory(simpleptt)