You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMakeLists.txt 769B

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