From: Amine Khaldi Date: Mon, 3 Feb 2014 11:42:28 +0000 (+0000) Subject: [USBOHCI] X-Git-Tag: ReactOS-0.3.16-CLT2014~332 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=72b797478575a8aa1ebe69b950aa84f75ddc2f7d [USBOHCI] * Forgot this file. Fixes build. svn path=/trunk/; revision=61958 --- diff --git a/reactos/drivers/usb/usbohci/CMakeLists.txt b/reactos/drivers/usb/usbohci/CMakeLists.txt index dcacd91b322..9bb8b823c34 100644 --- a/reactos/drivers/usb/usbohci/CMakeLists.txt +++ b/reactos/drivers/usb/usbohci/CMakeLists.txt @@ -18,6 +18,7 @@ add_library(usbohci SHARED usbohci.rc) target_link_libraries(usbohci + uuid libusb libcntpr ${PSEH_LIB})