Sync with trunk r63174.
[reactos.git] / base / applications / charmap / CMakeLists.txt
1
2 list(APPEND SOURCE
3 about.c
4 charmap.c
5 lrgcell.c
6 map.c
7 settings.c
8 precomp.h)
9
10 add_executable(charmap ${SOURCE} charmap.rc)
11 set_module_type(charmap win32gui UNICODE)
12 add_importlibs(charmap advapi32 user32 gdi32 comctl32 msvcrt kernel32)
13 add_pch(charmap precomp.h SOURCE)
14 add_cd_file(TARGET charmap DESTINATION reactos/system32 FOR all)