3d27bb64cdc952baf9f2f58692e9d429f7e3fd08
[reactos.git] / reactos / base / applications / shutdown / CMakeLists.txt
1
2 list(APPEND SOURCE
3 gui.c
4 misc.c
5 shutdown.c
6 precomp.h)
7
8 add_executable(shutdown ${SOURCE} shutdown.rc)
9 set_module_type(shutdown win32cui UNICODE)
10 add_importlibs(shutdown advapi32 user32 powrprof msvcrt kernel32)
11 add_pch(shutdown precomp.h SOURCE)
12 add_cd_file(TARGET shutdown DESTINATION reactos/system32 FOR all)