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

12345678
  1. add_subdirectory(tx)
  2. add_subdirectory(common)
  3. add_subdirectory(vncconfig)
  4. add_subdirectory(vncpasswd)
  5. add_subdirectory(x0vncserver)
  6. install(PROGRAMS vncserver DESTINATION ${BIN_DIR})
  7. install(FILES vncserver.man DESTINATION ${MAN_DIR}/man1 RENAME vncserver.1)