2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
spec2def(powercfg.cpl powercfg.spec)
|
|
|
|
|
2014-02-09 12:26:28 +00:00
|
|
|
list(APPEND SOURCE
|
2011-05-16 13:12:07 +00:00
|
|
|
powercfg.c
|
|
|
|
powershemes.c
|
|
|
|
alarms.c
|
|
|
|
advanced.c
|
|
|
|
hibernate.c
|
2014-02-09 12:26:28 +00:00
|
|
|
powercfg.h)
|
|
|
|
|
2015-09-27 18:30:39 +00:00
|
|
|
file(GLOB powercfg_rc_deps resources/*.*)
|
|
|
|
add_rc_deps(powercfg.rc ${powercfg_rc_deps})
|
|
|
|
|
2019-03-20 13:19:48 +00:00
|
|
|
add_library(powercfg MODULE
|
2014-02-09 12:26:28 +00:00
|
|
|
${SOURCE}
|
2011-05-16 13:12:07 +00:00
|
|
|
powercfg.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/powercfg.def)
|
|
|
|
|
2011-09-03 19:11:44 +00:00
|
|
|
set_module_type(powercfg cpl UNICODE)
|
2017-07-27 18:48:19 +00:00
|
|
|
add_importlibs(powercfg shlwapi user32 powrprof comctl32 shell32 advapi32 msvcrt kernel32 ntdll)
|
2014-02-09 12:26:28 +00:00
|
|
|
add_pch(powercfg powercfg.h SOURCE)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET powercfg DESTINATION reactos/system32 FOR all)
|