* Sync with recent trunk (r52637).
[reactos.git] / base / applications / mscutils / servman / CMakeLists.txt
1
2 set_unicode()
3 set_rc_compiler()
4
5 list(APPEND SOURCE
6 about.c
7 control.c
8 create.c
9 delete.c
10 dependencies_tv1.c
11 dependencies_tv2.c
12 export.c
13 listview.c
14 mainwnd.c
15 misc.c
16 progress.c
17 propsheet.c
18 propsheet_depends.c
19 propsheet_general.c
20 query.c
21 servman.c
22 start.c
23 stop.c
24 stop_dependencies.c
25 servman.rc)
26
27 add_executable(servman ${SOURCE})
28
29 set_module_type(servman win32gui)
30
31 add_importlibs(servman user32 gdi32 advapi32 version comctl32 shell32 comdlg32 msvcrt kernel32)
32
33 add_pch(servman precomp.h)
34
35 add_cd_file(TARGET servman DESTINATION reactos/system32 FOR all)