[TCPIP]
[reactos.git] / reactos / base / applications / charmap / CMakeLists.txt
1
2 set_unicode()
3 set_rc_compiler()
4
5 list(APPEND SOURCE
6 about.c
7 charmap.c
8 lrgcell.c
9 map.c
10 charmap.rc)
11
12 add_executable(charmap ${SOURCE})
13
14 set_module_type(charmap win32gui)
15
16 add_importlibs(charmap msvcrt user32 gdi32 comctl32 kernel32)
17
18 add_pch(charmap precomp.h)
19
20 add_cd_file(TARGET charmap DESTINATION reactos/system32 FOR all)