[APPLICATIONS]
[reactos.git] / reactos / base / applications / fontview / CMakeLists.txt
1
2 list(APPEND SOURCE
3 display.c
4 fontview.c
5 precomp.h)
6
7 add_executable(fontview ${SOURCE} fontview.rc)
8 set_module_type(fontview win32gui)
9 add_importlibs(fontview comdlg32 gdi32 shell32 user32 msvcrt kernel32)
10 add_pch(fontview precomp.h SOURCE)
11 add_cd_file(TARGET fontview DESTINATION reactos/system32 FOR all)