mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
ddb3d908c9
svn path=/branches/shell-experiments/; revision=62286
28 lines
621 B
CMake
28 lines
621 B
CMake
|
|
list(APPEND SOURCE
|
|
about.c
|
|
control.c
|
|
create.c
|
|
delete.c
|
|
dependencies_tv1.c
|
|
dependencies_tv2.c
|
|
export.c
|
|
listview.c
|
|
mainwnd.c
|
|
misc.c
|
|
progress.c
|
|
propsheet.c
|
|
propsheet_depends.c
|
|
propsheet_general.c
|
|
query.c
|
|
servman.c
|
|
start.c
|
|
stop.c
|
|
stop_dependencies.c
|
|
precomp.h)
|
|
|
|
add_executable(servman ${SOURCE} servman.rc)
|
|
set_module_type(servman win32gui UNICODE)
|
|
add_importlibs(servman user32 gdi32 advapi32 version comctl32 shell32 comdlg32 msvcrt kernel32)
|
|
add_pch(servman precomp.h SOURCE)
|
|
add_cd_file(TARGET servman DESTINATION reactos/system32 FOR all)
|