1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-03 15:31:15 -05:00
sdrangel/plugins/channeltx/CMakeLists.txt

24 lines
477 B
CMake

project(mod)
add_subdirectory(modam)
add_subdirectory(modnfm)
add_subdirectory(modssb)
add_subdirectory(modwfm)
add_subdirectory(udpsource)
find_package(CM256cc)
if(CM256CC_FOUND)
add_subdirectory(remotesource)
endif(CM256CC_FOUND)
find_package(OpenCV)
if (OpenCV_FOUND)
add_subdirectory(modatv)
endif()
if (BUILD_DEBIAN)
add_subdirectory(remotesource)
endif (BUILD_DEBIAN)
# TODO: add FreeDV stuff only if codec2 library is present
add_subdirectory(modfreedv)