summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2015-10-27 14:08:32 +0100
committerPierre Ossman <ossman@cendio.se>2015-10-27 14:08:32 +0100
commit643f16527514b5e2a012261e0204dbd856677f27 (patch)
tree7548b3774928901851f7a29fc766302d4b9d42f4
parent1e61325deaf01771b661e3fa3fbe658ff6539147 (diff)
parentfd9f319b4571dcb45b2d8b6965d1c6709a611d05 (diff)
downloadtigervnc-643f16527514b5e2a012261e0204dbd856677f27.tar.gz
tigervnc-643f16527514b5e2a012261e0204dbd856677f27.zip
Merge branch 'jpeg_includes' of https://github.com/dcommander/tigervnc
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 08ef25cc..904809c2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -199,6 +199,8 @@ if(NOT FOUND_LIBJPEG_TURBO)
message(STATUS "WARNING: You are not using libjpeg-turbo. Performance will suffer.")
endif()
+include_directories(${JPEG_INCLUDE_DIR})
+
option(BUILD_JAVA "Build Java version of the TigerVNC Viewer" FALSE)
if(BUILD_JAVA)
add_subdirectory(java)