reactos/rosapps/applications/devutils/vgafontedit/CMakeLists.txt
Amine Khaldi d2351c0d6e [CMAKE]
* Remove unneeded set_rc_compiler.
ROSAPPS-255 #resolve #comment Fixed in r57968.

svn path=/trunk/; revision=57969
2012-12-22 15:45:00 +00:00

18 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)