mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
15 lines
335 B
CMake
15 lines
335 B
CMake
|
|
add_library(sermouse SHARED
|
|
createclose.c
|
|
detect.c
|
|
fdo.c
|
|
internaldevctl.c
|
|
misc.c
|
|
readmouse.c
|
|
sermouse.c
|
|
sermouse.rc)
|
|
|
|
set_module_type(sermouse kernelmodedriver)
|
|
add_pch(sermouse sermouse.h)
|
|
add_importlibs(sermouse ntoskrnl hal)
|
|
add_cd_file(TARGET sermouse DESTINATION reactos/system32/drivers FOR all)
|