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