Synchronize up to trunk's revision r57689.
[reactos.git] / drivers / input / i8042prt / CMakeLists.txt
1
2 set_rc_compiler()
3
4 add_library(i8042prt SHARED
5 createclose.c
6 i8042prt.c
7 keyboard.c
8 misc.c
9 mouse.c
10 pnp.c
11 ps2pp.c
12 readwrite.c
13 registry.c
14 i8042prt.rc)
15
16 set_module_type(i8042prt kernelmodedriver)
17 add_importlibs(i8042prt ntoskrnl hal)
18 add_pch(i8042prt i8042prt.h)
19 add_cd_file(TARGET i8042prt DESTINATION reactos/system32/drivers NO_CAB FOR all)