aboutsummaryrefslogtreecommitdiffstats
path: root/unix/tx/CMakeLists.txt
blob: e28621a605f241d74e80ebf6fbba482066c82a7a (plain)
1
2
3
4
5
6
7
8
9
add_library(tx STATIC
  TXWindow.cxx)

target_include_directories(tx SYSTEM PUBLIC ${X11_INCLUDE_DIR})

target_include_directories(tx PUBLIC ${CMAKE_SOURCE_DIR}/common)
target_include_directories(tx PUBLIC ${CMAKE_SOURCE_DIR}/common/rfb)

target_link_libraries(tx ${X11_LIBRARIES})