[CLASS2]
[reactos.git] / reactos / 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 propsheet_logon.c
18 propsheet_recovery.c
19 query.c
20 servman.c
21 start.c
22 stop.c
23 stop_dependencies.c
24 precomp.h)
25
26 file(GLOB servman_rc_deps res/*.*)
27 add_rc_deps(servman.rc ${servman_rc_deps})
28 add_executable(servman ${SOURCE} servman.rc)
29 set_module_type(servman win32gui UNICODE)
30 add_importlibs(servman user32 gdi32 advapi32 version comctl32 shell32 comdlg32 msvcrt kernel32 ntdll)
31 add_pch(servman precomp.h SOURCE)
32 add_cd_file(TARGET servman DESTINATION reactos/system32 FOR all)