[CMAKE]
[reactos.git] / base / applications / charmap / CMakeLists.txt
1
2 list(APPEND SOURCE
3 about.c
4 charmap.c
5 lrgcell.c
6 map.c
7 charmap.rc)
8
9 add_executable(charmap
10 ${CMAKE_CURRENT_BINARY_DIR}/charmap_precomp.h.gch
11 ${SOURCE})
12
13 add_pch(charmap ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
14
15 set_unicode(charmap yes)
16
17 set_module_type(charmap win32gui)
18
19 add_importlibs(charmap user32 gdi32 comctl32 msvcrt)