Add option to pass the password in an encrypted file, kasmvncpasswd utility
This commit is contained in:
8
unix/kasmvncpasswd/CMakeLists.txt
Normal file
8
unix/kasmvncpasswd/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
include_directories(${CMAKE_SOURCE_DIR}/common)
|
||||
|
||||
add_executable(kasmvncpasswd
|
||||
kasmvncpasswd.c)
|
||||
|
||||
target_link_libraries(kasmvncpasswd crypt)
|
||||
|
||||
install(TARGETS kasmvncpasswd DESTINATION ${BIN_DIR})
|
||||
Reference in New Issue
Block a user