Author: spetreolle Date: Wed Aug 29 21:07:55 2012 New Revision: 57202
URL: http://svn.reactos.org/svn/reactos?rev=57202&view=rev Log: [ROSAPPS] Add the imagesoft CMakeLists.txt (forgotten in previous commit.)
Added: trunk/rosapps/applications/imagesoft/CMakeLists.txt (with props)
Added: trunk/rosapps/applications/imagesoft/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/applications/imagesoft/CMak... ============================================================================== --- trunk/rosapps/applications/imagesoft/CMakeLists.txt (added) +++ trunk/rosapps/applications/imagesoft/CMakeLists.txt [iso-8859-1] Wed Aug 29 21:07:55 2012 @@ -1,0 +1,25 @@ + +set_rc_compiler() + +list(APPEND SOURCE + about.c + adjust.c + brightness.c + contrast.c + custcombo.c + floatwindow.c + font.c + imagesoft.c + imgedwnd.c + mainwnd.c + misc.c + opensave.c + tooldock.c + imagesoft.rc) + +add_pch(imagesoft precomp.h) +add_executable(imagesoft ${SOURCE}) +set_module_type(imagesoft win32gui UNICODE) +add_importlibs(imagesoft gdi32 user32 advapi32 version comctl32 shell32 comdlg32 msvcrt kernel32) + +add_cd_file(TARGET imagesoft DESTINATION reactos/system32 FOR all)
Propchange: trunk/rosapps/applications/imagesoft/CMakeLists.txt ------------------------------------------------------------------------------ svn:eol-style = native