Add libusb for Android

This commit is contained in:
Jon Beniston 2023-01-02 15:49:20 +00:00
parent 1124177750
commit 94009e05a6
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ target_link_libraries(${TARGET_NAME}
${TARGET_LIB_GUI}
swagger
${LIBAIRSPYHF_LIBRARIES}
${LIBUSB_LIBRARIES}
)
install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})