* Sync the recent cmake branch changes.
[reactos.git] / base / applications / fontview / CMakeLists.txt
1
2 set_rc_compiler()
3 add_executable(fontview
4 display.c
5 fontview.c
6 fontview.rc)
7
8 set_module_type(fontview win32gui)
9 add_importlibs(fontview gdi32 shell32 user32 msvcrt kernel32)
10
11 add_cd_file(TARGET fontview DESTINATION reactos/system32 FOR all)