[USBUHCI_NEW] Bring-in the USB UHCI miniport driver created by Vadim Galyant. (#245)
[reactos.git] / drivers / usb / usbuhci_new / CMakeLists.txt
1
2 list(APPEND SOURCE
3 roothub.c
4 usbuhci.c
5 usbuhci.h)
6
7 add_library(usbuhci SHARED
8 ${SOURCE}
9 guid.c
10 usbuhci.rc)
11
12 set_module_type(usbuhci kernelmodedriver)
13 add_importlibs(usbuhci usbport usbd hal ntoskrnl)
14 add_pch(usbuhci usbuhci.h SOURCE)
15 add_cd_file(TARGET usbuhci DESTINATION reactos/system32/drivers NO_CAB FOR all)