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