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