[USB-BRINGUP-TRUNK]

- Add add_cd_file line for mouhid

svn path=/branches/usb-bringup-trunk/; revision=55033
This commit is contained in:
Cameron Gutman 2012-01-20 23:24:07 +00:00
parent d8d06f0903
commit cd068cb3c8

View file

@ -8,3 +8,4 @@ add_library(mouhid SHARED mouhid.c mouhid.rc)
set_module_type(mouhid kernelmodedriver)
add_importlibs(mouhid ntoskrnl hal hidparse)
add_cd_file(TARGET mouhid DESTINATION reactos/system32/drivers FOR all)