[TCPIP DRIVER]
[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 ${CMAKE_CURRENT_BINARY_DIR}/taskmgr_precomp.h.gch ${SOURCE})
27
28 add_pch(taskmgr ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
29
30 set_module_type(taskmgr win32gui)
31 add_importlibs(taskmgr advapi32 user32 gdi32 shell32 comctl32 msvcrt kernel32 ntdll)
32 add_cab_target(taskmgr 1)