From 94009e05a6e9d146a05d5e1c9f18142d3aac8e87 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Mon, 2 Jan 2023 15:49:20 +0000 Subject: [PATCH] Add libusb for Android --- plugins/samplesource/airspyhf/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/samplesource/airspyhf/CMakeLists.txt b/plugins/samplesource/airspyhf/CMakeLists.txt index c056e217e..b90183c33 100644 --- a/plugins/samplesource/airspyhf/CMakeLists.txt +++ b/plugins/samplesource/airspyhf/CMakeLists.txt @@ -59,6 +59,7 @@ target_link_libraries(${TARGET_NAME} ${TARGET_LIB_GUI} swagger ${LIBAIRSPYHF_LIBRARIES} + ${LIBUSB_LIBRARIES} ) install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})