[INTL]
[reactos.git] / base / applications / fontview / CMakeLists.txt
1
2 add_executable(fontview
3 display.c
4 fontview.c
5 fontview.rc)
6
7 set_module_type(fontview win32gui)
8 add_importlibs(fontview comdlg32 gdi32 shell32 user32 msvcrt kernel32)
9 add_cd_file(TARGET fontview DESTINATION reactos/system32 FOR all)