1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-17 10:26:38 -04:00
sdrangel/plugins/feature/CMakeLists.txt

9 lines
170 B
CMake
Raw Normal View History

2020-09-19 19:06:50 -04:00
project(feature)
if (Qt5SerialPort_FOUND)
add_subdirectory(gs232controller)
endif()
add_subdirectory(afc)
2020-09-27 18:31:08 -04:00
add_subdirectory(rigctlserver)
2020-09-19 19:06:50 -04:00
add_subdirectory(simpleptt)