1
2list(APPEND SOURCE
3    about.c
4    charmap.c
5    lrgcell.c
6    map.c
7    settings.c
8    precomp.h)
9
10add_rc_deps(charmap.rc ${CMAKE_CURRENT_SOURCE_DIR}/res/charmap.ico)
11add_executable(charmap ${SOURCE} charmap.rc)
12set_module_type(charmap win32gui UNICODE)
13add_importlibs(charmap getuname advapi32 user32 gdi32 comctl32 msvcrt kernel32)
14add_pch(charmap precomp.h SOURCE)
15add_cd_file(TARGET charmap DESTINATION reactos/system32 FOR all)
16