reactos/base/applications/taskmgr/CMakeLists.txt
Amine Khaldi 18a81d5d1e [SHELL-EXPERIMENTS]
* Sync up to trunk head (r64124).

svn path=/branches/shell-experiments/; revision=64126
2014-09-12 19:21:19 +00:00

29 lines
573 B
CMake

list(APPEND SOURCE
about.c
affinity.c
applpage.c
column.c
dbgchnl.c
debug.c
endproc.c
graph.c
graphctl.c
optnmenu.c
perfdata.c
perfpage.c
priority.c
proclist.c
procpage.c
run.c
shutdown.c
taskmgr.c
trayicon.c
precomp.h)
add_executable(taskmgr ${SOURCE} taskmgr.rc)
set_module_type(taskmgr win32gui UNICODE)
add_importlibs(taskmgr advapi32 user32 gdi32 shell32 comctl32 msvcrt kernel32 ntdll)
add_pch(taskmgr precomp.h SOURCE)
add_cd_file(TARGET taskmgr DESTINATION reactos/system32 FOR all)