Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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()