reactos/drivers/usb/usbehci/CMakeLists.txt
Cameron Gutman 3a034047fc [USB-BRINGUP-TRUNK]
- Add USB stuff to 1st stage setup

svn path=/branches/usb-bringup-trunk/; revision=55024
2012-01-20 22:04:57 +00:00

22 lines
376 B
CMake

list(APPEND SOURCE
usbehci.c
hardware.c
physmem.c
hwiface.c
transfer.c
fdo.c
pdo.c
common.c
misc.c
irp.c
usbiffn.c
usbehci.rc)
add_library(usbehci SHARED ${SOURCE})
set_module_type(usbehci kernelmodedriver)
add_importlibs(usbehci ntoskrnl hal)
add_cd_file(TARGET usbehci DESTINATION reactos/system32/drivers NO_CAB FOR all)