Add LIB_LIBHID to CMake project to fix MinGW build issue

This commit is contained in:
Marius Greuel
2022-02-18 19:52:53 +01:00
parent 7b79b72794
commit e31be88ce0
2 changed files with 4 additions and 0 deletions

View File

@@ -239,6 +239,7 @@ target_link_libraries(libavrdude
${LIB_LIBELF}
${LIB_LIBUSB}
${LIB_LIBUSB_1_0}
${LIB_LIBHID}
${LIB_LIBHIDAPI}
${LIB_LIBFTDI}
${LIB_LIBFTDI1}