1 2 3 4 5 6 7 8 9 10 11 12
add_executable(vncconfig WIN32 Legacy.cxx PasswordDialog.cxx vncconfig.cxx vncconfig.rc) target_include_directories(vncconfig PUBLIC ${CMAKE_BINARY_DIR}/win) target_link_libraries(vncconfig rfb_win32 rfb network rdr ws2_32.lib) install(TARGETS vncconfig RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} )