summaryrefslogtreecommitdiffstats
path: root/win/vncconfig/CMakeLists.txt
blob: 6ed22c762405a5909c9f8ac94f24c9733dcb63d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}
)