* Fix cmake build on trunk.

svn path=/trunk/; revision=51784
This commit is contained in:
Amine Khaldi 2011-05-16 13:29:58 +00:00
parent fae2044a23
commit c206491846

View file

@ -1,7 +1,7 @@
set_unicode() set_unicode()
add_executable(paint add_executable(mspaint
dialogs.c dialogs.c
dib.c dib.c
drawing.c drawing.c
@ -16,6 +16,6 @@ add_executable(paint
winproc.c winproc.c
rsrc.rc) rsrc.rc)
set_module_type(paint win32gui) set_module_type(mspaint win32gui)
add_importlibs(paint comdlg32 shell32 user32 gdi32 advapi32 comctl32 msvcrt kernel32) add_importlibs(mspaint comdlg32 shell32 user32 gdi32 advapi32 comctl32 msvcrt kernel32)
add_cab_target(paint 1) add_cd_file(TARGET mspaint DESTINATION reactos/system32 FOR all)