X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=drivers%2Fhid%2Fhidusb%2FCMakeLists.txt;h=88e3700d55668fea0c73981630afd4fc991048ba;hp=0366bca7da6ae8e30df9a230b37bcffff7ab87b7;hb=3a034047fc566b9d527f833df29a3fff4408bcb7;hpb=f5223ccf133235b79819ae7f6c231075b46e0730 diff --git a/drivers/hid/hidusb/CMakeLists.txt b/drivers/hid/hidusb/CMakeLists.txt index 0366bca7da6..88e3700d556 100644 --- a/drivers/hid/hidusb/CMakeLists.txt +++ b/drivers/hid/hidusb/CMakeLists.txt @@ -6,4 +6,6 @@ list(APPEND SOURCE add_library(hidusb SHARED ${SOURCE}) set_module_type(hidusb kernelmodedriver) -add_importlibs(hidusb hidclass ntoskrnl usbd hal) \ No newline at end of file +add_importlibs(hidusb hidclass ntoskrnl usbd hal) + +add_cd_file(TARGET hidusb DESTINATION reactos/system32/drivers NO_CAB FOR all) \ No newline at end of file