1 2list(APPEND SOURCE 3 control.c 4 create.c 5 delete.c 6 dependencies_tv1.c 7 dependencies_tv2.c 8 export.c 9 listview.c 10 mainwnd.c 11 misc.c 12 progress.c 13 propsheet.c 14 propsheet_depends.c 15 propsheet_general.c 16 propsheet_logon.c 17 propsheet_recovery.c 18 query.c 19 servman.c 20 start.c 21 stop.c 22 stop_dependencies.c 23 precomp.h) 24 25file(GLOB servman_rc_deps res/*.*) 26add_rc_deps(servman.rc ${servman_rc_deps}) 27add_executable(servman ${SOURCE} servman.rc) 28set_module_type(servman win32gui UNICODE) 29add_importlibs(servman user32 gdi32 advapi32 version comctl32 shell32 comdlg32 msvcrt kernel32 ntdll) 30add_pch(servman precomp.h SOURCE) 31add_cd_file(TARGET servman DESTINATION reactos/system32 FOR all) 32