mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
11 lines
319 B
CMake
11 lines
319 B
CMake
|
|
list(APPEND SOURCE
|
|
display.c
|
|
fontview.c
|
|
precomp.h)
|
|
|
|
add_executable(fontview ${SOURCE} fontview.rc)
|
|
set_module_type(fontview win32gui)
|
|
add_importlibs(fontview comdlg32 gdi32 shell32 user32 msvcrt kernel32)
|
|
add_pch(fontview precomp.h SOURCE)
|
|
add_cd_file(TARGET fontview DESTINATION reactos/system32 FOR all)
|