[CMAKE]
[reactos.git] / base / applications / taskmgr / CMakeLists.txt
1
2 set_unicode()
3
4 list(APPEND SOURCE
5 about.c
6 affinity.c
7 applpage.c
8 column.c
9 dbgchnl.c
10 debug.c
11 endproc.c
12 graph.c
13 optnmenu.c
14 perfdata.c
15 perfpage.c
16 priority.c
17 procpage.c
18 proclist.c
19 run.c
20 trayicon.c
21 taskmgr.c
22 graphctl.c
23 taskmgr.rc)
24
25 add_executable(taskmgr ${CMAKE_CURRENT_BINARY_DIR}/taskmgr_precomp.h.gch ${SOURCE})
26
27 add_pch(taskmgr ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
28
29 set_module_type(taskmgr win32gui)
30
31 add_importlibs(taskmgr advapi32 user32 gdi32 shell32 comctl32 msvcrt kernel32 ntdll)
32
33 add_cab_target(taskmgr 1)