Initial commit
This commit is contained in:
9
unix/vncpasswd/CMakeLists.txt
Normal file
9
unix/vncpasswd/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user