c4357f53ef781912d516f53f8098a92a054eabb0
[reactos.git] / base / applications / charmap / CMakeLists.txt
1
2 set_unicode()
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
12 ${CMAKE_CURRENT_BINARY_DIR}/charmap_precomp.h.gch
13 ${SOURCE})
14
15 add_pch(charmap ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
16
17 set_module_type(charmap win32gui)
18
19 add_importlibs(charmap user32 gdi32 comctl32 kernel32 msvcrt)
20
21 add_cab_target(charmap 1)