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