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