You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMakeLists.txt 224B

123456789
  1. include_directories(${X11_INCLUDE_DIR})
  2. include_directories(${CMAKE_SOURCE_DIR}/common)
  3. include_directories(${CMAKE_SOURCE_DIR}/common/rfb)
  4. add_library(tx STATIC
  5. TXWindow.cxx)
  6. target_link_libraries(tx ${X11_LIBRARIES})