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/win/vncconfig/CMakeLists.txt

14 lines
276 B
CMake

include_directories(${CMAKE_BINARY_DIR}/win)
add_executable(vncconfig WIN32
Legacy.cxx
PasswordDialog.cxx
vncconfig.cxx
vncconfig.rc)
target_link_libraries(vncconfig rfb_win32 rfb network rdr ws2_32.lib)
install(TARGETS vncconfig
RUNTIME DESTINATION ${BIN_DIR}
)