Merge my current work done on the kd++ branch:
[reactos.git] / rosapps / applications / devutils / vgafontedit / CMakeLists.txt
1
2 list(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 vgafontedit.rc)
12
13 add_pch(vgafontedit precomp.h)
14 add_executable(vgafontedit ${SOURCE})
15 set_module_type(vgafontedit win32gui UNICODE)
16 add_importlibs(vgafontedit user32 gdi32 comdlg32 msvcrt kernel32)
17 add_cd_file(TARGET vgafontedit DESTINATION reactos/system32 FOR all)