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.
KasmVNC/unix/kasmxproxy/CMakeLists.txt

9 lines
187 B
CMake

include_directories(${X11_INCLUDE_DIR})
add_executable(kasmxproxy
kasmxproxy.c)
target_link_libraries(kasmxproxy ${X11_LIBRARIES})
install(TARGETS kasmxproxy DESTINATION ${BIN_DIR})