Synchronize up to trunk's revision r57689.
[reactos.git] / 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 settings.c
10 charmap.rc)
11
12 add_executable(charmap ${SOURCE})
13
14 set_module_type(charmap win32gui UNICODE)
15
16 add_importlibs(charmap advapi32 user32 gdi32 comctl32 msvcrt kernel32)
17
18 add_pch(charmap precomp.h)
19
20 add_cd_file(TARGET charmap DESTINATION reactos/system32 FOR all)