[CMAKE]
[reactos.git] / base / applications / mscutils / servman / CMakeLists.txt
1
2 set_unicode()
3
4 list(APPEND SOURCE
5 about.c
6 control.c
7 create.c
8 delete.c
9 dependencies_tv1.c
10 dependencies_tv2.c
11 export.c
12 listview.c
13 mainwnd.c
14 misc.c
15 progress.c
16 propsheet.c
17 propsheet_depends.c
18 propsheet_general.c
19 query.c
20 servman.c
21 start.c
22 stop.c
23 stop_dependencies.c
24 servman.rc)
25
26 add_executable(servman ${CMAKE_CURRENT_BINARY_DIR}/servman_precomp.h.gch ${SOURCE})
27
28 add_pch(servman ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
29
30 set_module_type(servman win32gui)
31
32 add_importlibs(servman user32 gdi32 advapi32 version comctl32 shell32 comdlg32 msvcrt)