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.

123456789101112131415
  1. include_directories(${CMAKE_SOURCE_DIR}/common ${CMAKE_SOURCE_DIR}/win)
  2. configure_file(resdefs.h.in ${CMAKE_CURRENT_BINARY_DIR}/resdefs.h)
  3. IF(CMAKE_BUILD_TYPE MATCHES Debug)
  4. add_definitions(-D_DEBUG)
  5. ENDIF()
  6. add_subdirectory(rfb_win32)
  7. if(BUILD_WINVNC)
  8. add_subdirectory(vncconfig)
  9. add_subdirectory(winvnc)
  10. add_subdirectory(wm_hooks)
  11. endif()