94ca49256295a76c05fe7ed9e6de4b517b00780f
[reactos.git] / reactos / base / applications / mspaint / CMakeLists.txt
1
2 set_rc_compiler()
3
4 add_executable(mspaint
5 dialogs.c
6 dib.c
7 drawing.c
8 history.c
9 main.c
10 mouse.c
11 palette.c
12 registry.c
13 selection.c
14 sizebox.c
15 toolsettings.c
16 winproc.c
17 rsrc.rc)
18
19 set_module_type(mspaint win32gui UNICODE)
20 add_pch(mspaint precomp.h)
21 add_importlibs(mspaint comdlg32 shell32 user32 gdi32 advapi32 comctl32 msvcrt kernel32)
22 add_cd_file(TARGET mspaint DESTINATION reactos/system32 FOR all)