[CMAKE]
[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 ${CMAKE_CURRENT_BINARY_DIR}/servman_precomp.h.gch ${SOURCE})
28
29 add_pch(servman ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
30
31 set_module_type(servman win32gui)
32
33 add_importlibs(servman user32 gdi32 advapi32 version comctl32 shell32 comdlg32 msvcrt kernel32)
34
35 add_cab_target(servman 1)