[FASTFAT] Fix size checking in VfatGetFileNameInformation()
[reactos.git] / drivers / input / sermouse / CMakeLists.txt
1
2 list(APPEND SOURCE
3 createclose.c
4 detect.c
5 fdo.c
6 internaldevctl.c
7 misc.c
8 readmouse.c
9 sermouse.c
10 sermouse.h)
11
12 add_library(sermouse SHARED ${SOURCE} sermouse.rc)
13 set_module_type(sermouse kernelmodedriver)
14 add_pch(sermouse sermouse.h SOURCE)
15 add_importlibs(sermouse ntoskrnl hal)
16 add_cd_file(TARGET sermouse DESTINATION reactos/system32/drivers FOR all)