Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK option to build against it.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4603 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 59dff7b..1d9f1d6 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -5,6 +5,10 @@
   set(ZLIB_LIBRARIES zlib)
 endif()
 
+if(USE_INCLUDED_FLTK)
+  add_subdirectory(fltk)
+endif()
+
 add_subdirectory(os)
 add_subdirectory(rdr)
 add_subdirectory(network)