[INTL]
[reactos.git] / base / applications / mstsc / CMakeLists.txt
1
2 list(APPEND SOURCE
3 bitmap.c
4 bsops.c
5 cache.c
6 channels.c
7 connectdialog.c
8 iso.c
9 licence.c
10 mcs.c
11 mppc.c
12 orders.c
13 pstcache.c
14 rdp5.c
15 rdp.c
16 secure.c
17 settings.c
18 ssl_calls.c
19 tcp.c
20 uimain.c
21 win32.c
22 rdc.rc)
23
24 add_executable(mstsc ${SOURCE})
25 set_module_type(mstsc win32gui UNICODE)
26 add_importlibs(mstsc user32 gdi32 comctl32 ws2_32 advapi32 shell32 ole32 comdlg32 msvcrt kernel32)
27 add_pch(mstsc precomp.h)
28 add_cd_file(TARGET mstsc DESTINATION reactos/system32 FOR all)