Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / drivers / bus / acpi / compbatt / CMakeLists.txt
1
2 list(APPEND SOURCE
3 compbatt.c
4 compmisc.c
5 comppnp.c
6 guid.c
7 compbatt.rc)
8
9 add_library(compbatt SHARED ${SOURCE})
10
11 set_module_type(compbatt kernelmodedriver)
12 add_importlibs(compbatt ntoskrnl hal battc)
13
14 add_pch(compbatt compbatt.h)
15
16 add_cd_file(TARGET compbatt DESTINATION reactos/system32/drivers FOR all)