reactos/dll/cpl/powercfg/CMakeLists.txt
Amine Khaldi 609ba8d717 * Sync up to trunk head (r64829).
svn path=/branches/shell-experiments/; revision=64830
2014-10-19 18:45:40 +00:00

21 lines
486 B
CMake

spec2def(powercfg.cpl powercfg.spec)
list(APPEND SOURCE
powercfg.c
powershemes.c
alarms.c
advanced.c
hibernate.c
powercfg.h)
add_library(powercfg SHARED
${SOURCE}
powercfg.rc
${CMAKE_CURRENT_BINARY_DIR}/powercfg.def)
set_module_type(powercfg cpl UNICODE)
add_importlibs(powercfg user32 powrprof comctl32 shell32 advapi32 msvcrt kernel32 ntdll)
add_pch(powercfg powercfg.h SOURCE)
add_cd_file(TARGET powercfg DESTINATION reactos/system32 FOR all)