summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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>