mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[ROSAPPS]
Add the imagesoft CMakeLists.txt (forgotten in previous commit.) svn path=/trunk/; revision=57202
This commit is contained in:
parent
36cc36e73f
commit
3d2d44a14c
1 changed files with 25 additions and 0 deletions
25
rosapps/applications/imagesoft/CMakeLists.txt
Normal file
25
rosapps/applications/imagesoft/CMakeLists.txt
Normal file
|
@ -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)
|
Loading…
Reference in a new issue