Create a branch for working on csrss and co.
[reactos.git] / base / applications / mmc / CMakeLists.txt
1
2 set_rc_compiler()
3
4 list(APPEND SOURCE
5 console.c
6 misc.c
7 mmc.c
8 mmc.rc)
9
10 add_executable(mmcclient ${SOURCE})
11
12 set_module_type(mmcclient win32gui UNICODE)
13 add_importlibs(mmcclient user32 gdi32 comdlg32 advapi32 shell32 comctl32 msvcrt kernel32)
14 add_pch(mmcclient precomp.h)