mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
d2351c0d6e
* Remove unneeded set_rc_compiler. ROSAPPS-255 #resolve #comment Fixed in r57968. svn path=/trunk/; revision=57969
17 lines
409 B
CMake
17 lines
409 B
CMake
|
|
list(APPEND SOURCE
|
|
aboutdlg.c
|
|
editglyphdlg.c
|
|
fontboxeswnd.c
|
|
fontwnd.c
|
|
main.c
|
|
mainwnd.c
|
|
misc.c
|
|
opensave.c
|
|
vgafontedit.rc)
|
|
|
|
add_pch(vgafontedit precomp.h)
|
|
add_executable(vgafontedit ${SOURCE})
|
|
set_module_type(vgafontedit win32gui UNICODE)
|
|
add_importlibs(vgafontedit user32 gdi32 comdlg32 msvcrt kernel32)
|
|
add_cd_file(TARGET vgafontedit DESTINATION reactos/system32 FOR all)
|