KasmVNC/win/vncconfig/CMakeLists.txt

14 lines
276 B
CMake
Raw Permalink Normal View History

2020-09-20 14:16:44 +02:00
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}
)