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