summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* tightPng: Add initial tightPng encoding support.Joel Martin2011-07-221-4/+18
| | | | | | | http://wiki.qemu.org/VNC_Tight_PNG Signed-off-by: Joel Martin <github@martintribe.org> Signed-off-by: Christian Beier <dontmind@freeshell.org>
* CMake: Check for libgcrypt availability.Christian Beier2011-03-121-0/+6
|
* CMake: Threads can be available even if SDL is not.Christian Beier2011-03-121-4/+4
|
* CMake: fix building SDLvncviewer.Christian Beier2011-03-121-2/+4
|
* Next version will be 0.9.8.Christian Beier2011-03-101-1/+1
|
* Put files used by both libs into a 'common' dir.Christian Beier2011-01-251-5/+6
| | | | | | | | | No functional changes. All files used by _both_ libvncserver and libvncclient are put into a 'common' directory and references from other files as well as Autotools and CMake build systems are updated. Signed-off-by: Christian Beier <dontmind@freeshell.org>
* fix CMakeLists.txt: other way to find pthread libraryWouter Van Meir2010-05-071-3/+6
| | | | | | | ... and fixed linking of the tests in the examples directory. Signed-off-by: Wouter Van Meir <wouter.vanmeir@pandora.be> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* cmake: fix CMakeLists.txtCorentin Chary2010-04-281-1/+8
| | | | | | | | | - It's SDL_LIBRARY, not SDL_LIBRARIES - Detect GnuTLS and set the macro in rfbconfig.h - Add tls.c to libvncclient to avoid missing symbols Signed-off-by: Corentin Chary <corentin.chary@gmail.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* configure.ac, CMakeLists.txt: set LibVNCServer version to 0.9.7runge2009-01-121-1/+1
|
* Add CMake support (thanks to Christian Ehrlicher)dscho2008-01-291-0/+243
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>