mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
21 lines
376 B
CMake
21 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)
|