[USBOHCI]

* Forgot this file. Fixes build.

svn path=/trunk/; revision=61958
This commit is contained in:
Amine Khaldi 2014-02-03 11:42:28 +00:00
parent a0cd6b4627
commit 72b7974785

View file

@ -18,6 +18,7 @@ add_library(usbohci SHARED
usbohci.rc)
target_link_libraries(usbohci
uuid
libusb
libcntpr
${PSEH_LIB})