reactos/base/applications/fontview/CMakeLists.txt
2013-06-16 22:01:41 +00:00

10 lines
244 B
CMake

add_executable(fontview
display.c
fontview.c
fontview.rc)
set_module_type(fontview win32gui)
add_importlibs(fontview comdlg32 gdi32 shell32 user32 msvcrt kernel32)
add_cd_file(TARGET fontview DESTINATION reactos/system32 FOR all)