mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-08 17:24:13 +01:00
10 lines
263 B
CMake
10 lines
263 B
CMake
include_directories(${CMAKE_SOURCE_DIR}/common)
|
|
|
|
add_executable(vncpasswd
|
|
vncpasswd.cxx)
|
|
|
|
target_link_libraries(vncpasswd tx rfb os)
|
|
|
|
install(TARGETS vncpasswd DESTINATION ${BIN_DIR})
|
|
install(FILES vncpasswd.man DESTINATION ${MAN_DIR}/man1 RENAME vncpasswd.1)
|