reactos/base/applications/fontview/CMakeLists.txt
Amine Khaldi f4cc19c36a [CMAKE]
- Improve several modules.

svn path=/branches/cmake-bringup/; revision=50055
2010-12-17 21:54:56 +00:00

11 lines
197 B
CMake

add_executable(fontview
display.c
fontview.c
fontview.rc)
set_module_type(fontview win32gui)
add_importlibs(fontview gdi32 shell32 user32 msvcrt kernel32)
add_cab_target(fontview 1)