reactos/base/applications/fontview/CMakeLists.txt
Sylvain Petreolle b9041e39bf [CMAKE]
Add base/ modules to bootcd.

svn path=/branches/cmake-bringup/; revision=49477
2010-11-05 10:37:10 +00:00

10 lines
196 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)