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 275B

1234567891011
  1. include_directories(${CMAKE_SOURCE_DIR}/common ${CMAKE_SOURCE_DIR}/win)
  2. configure_file(resdefs.h.in ${CMAKE_CURRENT_BINARY_DIR}/resdefs.h)
  3. add_subdirectory(rfb_win32)
  4. if(BUILD_WINVNC)
  5. add_subdirectory(vncconfig)
  6. add_subdirectory(winvnc)
  7. add_subdirectory(wm_hooks)
  8. endif()