aboutsummaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
blob: 1d9f1d663b5726d7cd01f32f101d8508e09898bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if(USE_INCLUDED_ZLIB)
  add_subdirectory(zlib)

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

if(USE_INCLUDED_FLTK)
  add_subdirectory(fltk)
endif()

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