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

123456789
  1. include_directories(${CMAKE_SOURCE_DIR}/common)
  2. add_executable(vncpasswd
  3. vncpasswd.cxx)
  4. target_link_libraries(vncpasswd tx rfb os)
  5. install(TARGETS vncpasswd DESTINATION ${BIN_DIR})
  6. install(FILES vncpasswd.man DESTINATION ${MAN_DIR}/man1 RENAME vncpasswd.1)