xref: /reactos/drivers/usb/usbd/CMakeLists.txt (revision 53221834)
1
2spec2def(usbd.sys usbd.spec ADD_IMPORTLIB)
3
4add_library(usbd MODULE
5    usbd.c
6    usbd.rc
7    ${CMAKE_CURRENT_BINARY_DIR}/usbd.def)
8
9set_module_type(usbd kernelmodedriver)
10add_importlibs(usbd ntoskrnl hal)
11add_cd_file(TARGET usbd DESTINATION reactos/system32/drivers NO_CAB FOR all)
12