mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
ed057abe86
- Fix CMake script (for PCH) [IMAGESOFT] - Fix CMake script (for PCH) [GREEN] - Add header guard - Fix CMake script (for PCH) This fixes rosapps build with RosBE 2.1.1 CORE-7716 svn path=/trunk/; revision=62454
17 lines
426 B
CMake
17 lines
426 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 user32 gdi32 comdlg32 msvcrt kernel32)
|
|
add_cd_file(TARGET vgafontedit DESTINATION reactos/system32 FOR all)
|