You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
include_directories(${X11_INCLUDE_DIR})
|
|
|
|
add_executable(kasmxproxy
|
|
kasmxproxy.c)
|
|
|
|
target_link_libraries(kasmxproxy ${X11_LIBRARIES} ${X11_XTest_LIB} ${X11_Xrandr_LIB})
|
|
|
|
install(TARGETS kasmxproxy DESTINATION ${BIN_DIR})
|