Consolidate HID depends makefiles into single recipe

Make sure all required dependencies are linked statically, by only
providing the static libraries.
This commit is contained in:
TheCharlatan 2018-10-07 19:16:22 +02:00
parent 533d31d050
commit 21a624af23
8 changed files with 16 additions and 59 deletions

View file

@ -18,6 +18,9 @@ SET(LIBUNWIND_INCLUDE_DIR @prefix@/include)
SET(LIBUNWIND_LIBRARIES @prefix@/lib/libunwind.a)
SET(LIBUNWIND_LIBRARY_DIRS @prefix@/lib)
SET(LIBUSB-1.0_LIBRARY @prefix@/lib/libusb-1.0.a)
SET(LIBUDEV_LIBRARY @prefix@/lib/libudev.a)
SET(ZMQ_INCLUDE_PATH @prefix@/include)
SET(ZMQ_LIB @prefix@/lib/libzmq.a)