Author: akhaldi Date: Mon Feb 3 11:42:28 2014 New Revision: 61958
URL: http://svn.reactos.org/svn/reactos?rev=61958&view=rev Log: [USBOHCI] * Forgot this file. Fixes build.
Modified: trunk/reactos/drivers/usb/usbohci/CMakeLists.txt
Modified: trunk/reactos/drivers/usb/usbohci/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbohci/CMakeLi... ============================================================================== --- trunk/reactos/drivers/usb/usbohci/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/drivers/usb/usbohci/CMakeLists.txt [iso-8859-1] Mon Feb 3 11:42:28 2014 @@ -18,6 +18,7 @@ usbohci.rc)
target_link_libraries(usbohci + uuid libusb libcntpr ${PSEH_LIB})