]> source.dussan.org Git - tigervnc.git/commitdiff
Visual C++ requires gcrypt.h because it doesn't have ssize_t. Also, building with...
authorDRC <dcommander@users.sourceforge.net>
Fri, 24 Jun 2011 03:19:28 +0000 (03:19 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 24 Jun 2011 03:19:28 +0000 (03:19 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4529 3789f03b-4d11-0410-bbf8-ca57d06f2519

CMakeLists.txt

index 0fdd3c661e2b078e0bf9a311466b42957c5317c2..ace5ffa30805bd43f65663911ac13ddbafd40b1a 100644 (file)
@@ -241,6 +241,10 @@ if(ENABLE_GNUTLS)
     set(CMAKE_REQUIRED_FLAGS -I${GNUTLS_INCLUDE_DIR})
     set(CMAKE_EXTRA_INCLUDE_FILES gnutls/gnutls.h)
     set(CMAKE_REQUIRED_LIBRARIES ${GNUTLS_LIBRARIES})
+    if(WIN32)
+      set(CMAKE_EXTRA_INCLUDE_FILES gcrypt.h ${CMAKE_EXTRA_INCLUDE_FILES})
+      set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ws2_32 user32)
+    endif()
     if(ZLIB_FOUND)
       # When we build against the static version of GnuTLS, we also use the
       # included version of Zlib, but it isn't built yet, so we have to use the