mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
6d47eab526
- Allow file drop on EXE file. - Allow file drop on the main window.
18 lines
434 B
CMake
18 lines
434 B
CMake
|
|
list(APPEND SOURCE
|
|
aboutdlg.c
|
|
editglyphdlg.c
|
|
fontboxeswnd.c
|
|
fontwnd.c
|
|
main.c
|
|
mainwnd.c
|
|
misc.c
|
|
opensave.c
|
|
precomp.h)
|
|
|
|
add_executable(vgafontedit ${SOURCE} vgafontedit.rc)
|
|
add_pch(vgafontedit precomp.h SOURCE)
|
|
set_module_type(vgafontedit win32gui UNICODE)
|
|
add_importlibs(vgafontedit shell32 user32 gdi32 comdlg32 msvcrt kernel32)
|
|
add_cd_file(TARGET vgafontedit DESTINATION reactos/system32 FOR all)
|