1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

Add libusb for Android

This commit is contained in:
Jon Beniston 2023-01-02 15:49:20 +00:00
parent 1124177750
commit 94009e05a6

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})