blob: 5a7d90c6a8b1dd4e8640a7fe110db6701b5bbbb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
add_library(rfb_win32 STATIC
AboutDialog.cxx
Clipboard.cxx
CurrentUser.cxx
DeviceContext.cxx
DeviceFrameBuffer.cxx
Dialog.cxx
DIBSectionBuffer.cxx
EventManager.cxx
LaunchProcess.cxx
ListViewControl.cxx
MonitorInfo.cxx
MsgWindow.cxx
RegConfig.cxx
Registry.cxx
SecurityPage.cxx
SDisplayCorePolling.cxx
SDisplayCoreWMHooks.cxx
SDisplay.cxx
Security.cxx
Service.cxx
SInput.cxx
SocketManager.cxx
TsSessions.cxx
Win32Util.cxx
WMCursor.cxx
WMHooks.cxx
WMNotifier.cxx
WMPoller.cxx
WMShatter.cxx
WMWindowCopyRect.cxx)
if(BUILD_WINVNC)
target_sources(rfb_win32 PRIVATE ${RFB_WIN32_SOURCES} CleanDesktop.cxx)
endif()
target_link_libraries(rfb_win32 user32.lib comctl32.lib wtsapi32.lib version.lib)
|