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

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