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

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