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