[ROSAPPS]
[reactos.git] / rosapps / applications / devutils / vgafontedit / CMakeLists.txt
1
2 set_rc_compiler()
3
4 list(APPEND SOURCE
5 aboutdlg.c
6 editglyphdlg.c
7 fontboxeswnd.c
8 fontwnd.c
9 main.c
10 mainwnd.c
11 misc.c
12 opensave.c
13 vgafontedit.rc)
14
15 add_pch(vgafontedit precomp.h)
16 add_executable(vgafontedit ${SOURCE})
17 set_module_type(vgafontedit win32gui UNICODE)
18 add_importlibs(vgafontedit user32 gdi32 comdlg32 msvcrt kernel32)
19
20 add_cd_file(TARGET vgafontedit DESTINATION reactos/system32 FOR all)