Resolve KASM-1883 "Feature/ x proxy"

This commit is contained in:
Dmitry Maksyoma
2022-04-07 13:01:14 +00:00
committed by Matthew McClaskey
parent 7078884c12
commit fc894a7096
25 changed files with 624 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
include_directories(${X11_INCLUDE_DIR})
add_executable(kasmxproxy
xxhash.c
kasmxproxy.c)
target_link_libraries(kasmxproxy ${X11_LIBRARIES} ${X11_XTest_LIB} ${X11_Xrandr_LIB}
${X11_Xcursor_LIB} ${X11_Xfixes_LIB})
install(TARGETS kasmxproxy DESTINATION ${BIN_DIR})
install(FILES kasmxproxy.man DESTINATION ${MAN_DIR}/man1 RENAME kasmxproxy.1)