summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
blob: 59dff7b7abf76a167a0605c7fb29edb3b18cf672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if(USE_INCLUDED_ZLIB)
  add_subdirectory(zlib)

  set(ZLIB_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/common/zlib)
  set(ZLIB_LIBRARIES zlib)
endif()

add_subdirectory(os)
add_subdirectory(rdr)
add_subdirectory(network)
add_subdirectory(Xregion)
add_subdirectory(rfb)