This really needs to go in a branch. It needs heavy testing and can't coincide with...
[reactos.git] / base / applications / mmc / CMakeLists.txt
1
2 set_rc_compiler()
3 set_unicode()
4
5 list(APPEND SOURCE
6 console.c
7 misc.c
8 mmc.c
9 mmc.rc)
10
11 add_executable(mmcclient ${CMAKE_CURRENT_BINARY_DIR}/mmcclient_precomp.h.gch ${SOURCE})
12
13 add_pch(mmcclient ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
14
15 set_module_type(mmcclient win32gui)
16 add_importlibs(mmcclient user32 gdi32 comdlg32 advapi32 shell32 comctl32 msvcrt kernel32)