mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-03 15:31:15 -05:00
9 lines
170 B
CMake
9 lines
170 B
CMake
project(feature)
|
|
|
|
if (Qt5SerialPort_FOUND)
|
|
add_subdirectory(gs232controller)
|
|
endif()
|
|
add_subdirectory(afc)
|
|
add_subdirectory(rigctlserver)
|
|
add_subdirectory(simpleptt)
|