* Sync up to trunk head (r65270).
[reactos.git] / drivers / input / i8042prt / CMakeLists.txt
1
2 list(APPEND SOURCE
3 createclose.c
4 i8042prt.c
5 keyboard.c
6 misc.c
7 mouse.c
8 pnp.c
9 ps2pp.c
10 readwrite.c
11 registry.c
12 i8042prt.h)
13
14 add_library(i8042prt SHARED
15 ${SOURCE}
16 guid.c
17 i8042prt.rc)
18
19 set_module_type(i8042prt kernelmodedriver)
20 add_importlibs(i8042prt ntoskrnl hal)
21 add_pch(i8042prt i8042prt.h SOURCE)
22 add_cd_file(TARGET i8042prt DESTINATION reactos/system32/drivers NO_CAB FOR all)