2011-05-16 13:12:07 +00:00
|
|
|
|
2014-02-09 17:28:01 +00:00
|
|
|
list(APPEND SOURCE
|
2011-05-16 13:12:07 +00:00
|
|
|
createclose.c
|
|
|
|
detect.c
|
|
|
|
fdo.c
|
|
|
|
internaldevctl.c
|
|
|
|
misc.c
|
|
|
|
readmouse.c
|
|
|
|
sermouse.c
|
2014-02-09 17:28:01 +00:00
|
|
|
sermouse.h)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
2019-03-20 13:19:48 +00:00
|
|
|
add_library(sermouse MODULE ${SOURCE} sermouse.rc)
|
2011-05-16 13:12:07 +00:00
|
|
|
set_module_type(sermouse kernelmodedriver)
|
2014-02-09 17:28:01 +00:00
|
|
|
add_pch(sermouse sermouse.h SOURCE)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_importlibs(sermouse ntoskrnl hal)
|
|
|
|
add_cd_file(TARGET sermouse DESTINATION reactos/system32/drivers FOR all)
|