mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
0dfa12e039
- add fontview to build - add experimental solitaire build file svn path=/branches/cmake-bringup/; revision=48890
11 lines
No EOL
186 B
CMake
11 lines
No EOL
186 B
CMake
|
|
add_executable(fontview
|
|
display.c
|
|
fontview.c
|
|
fontview.rc)
|
|
|
|
set_unicode(fontview no)
|
|
|
|
set_module_type(fontview win32gui)
|
|
|
|
add_importlibs(fontview gdi32 shell32 user32 msvcrt) |