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