mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
10 lines
No EOL
196 B
CMake
10 lines
No EOL
196 B
CMake
|
|
add_executable(fontview
|
|
display.c
|
|
fontview.c
|
|
fontview.rc)
|
|
|
|
set_module_type(fontview win32gui)
|
|
add_importlibs(fontview gdi32 shell32 user32 msvcrt kernel32)
|
|
|
|
add_cab_target(fontview 1) |