diff --git a/rosapps/applications/imagesoft/CMakeLists.txt b/rosapps/applications/imagesoft/CMakeLists.txt new file mode 100644 index 00000000000..27e1ae8ff3d --- /dev/null +++ b/rosapps/applications/imagesoft/CMakeLists.txt @@ -0,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)