diff --git a/plugins/feature/limerfe/CMakeLists.txt b/plugins/feature/limerfe/CMakeLists.txt index 07a7e279b..f23c61f20 100644 --- a/plugins/feature/limerfe/CMakeLists.txt +++ b/plugins/feature/limerfe/CMakeLists.txt @@ -60,6 +60,9 @@ target_link_libraries(${TARGET_NAME} PRIVATE ${TARGET_LIB_GUI} ${LIMESUITE_LIBRARY} ) +if(ANDROID) + target_link_libraries(${TARGET_NAME} PRIVATE ${LIBUSB_LIBRARIES} log) +endif() install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})