mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
24 lines
523 B
CMake
24 lines
523 B
CMake
|
|
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
|
|
precomp.h
|
|
)
|
|
|
|
add_executable(imagesoft ${SOURCE} imagesoft.rc)
|
|
add_pch(imagesoft precomp.h 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)
|