aboutsummaryrefslogtreecommitdiffstats
path: root/unix/vncviewer/CMakeLists.txt
blob: 0a29268016b26e3db7b3339efcf8f01314589b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_directories(${X11_INCLUDE_DIR})

include_directories(${CMAKE_SOURCE_DIR}/common)
include_directories(${CMAKE_SOURCE_DIR}/unix/tx)
include_directories(${CMAKE_SOURCE_DIR}/intl)

add_executable(vncviewer 
  buildtime.c
  CConn.cxx
  DesktopWindow.cxx
  vncviewer.cxx)

target_link_libraries(vncviewer tx rfb network rdr os ${X11_LIBRARIES})