aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2016-08-23 14:49:37 +0200
committerEugene Kliuchnikov <eustas@google.com>2016-08-23 14:49:37 +0200
commit3dcc3c02d0c4b89395788c1608497404d09df695 (patch)
tree14a959004624e57e880e8ef713911d59b68b1207 /CMakeLists.txt
parent6e2207f486cc70e73e78dbfead9a877ba6c5c199 (diff)
downloadbrotli-3dcc3c02d0c4b89395788c1608497404d09df695.zip
brotli-3dcc3c02d0c4b89395788c1608497404d09df695.tar.gz
brotli-3dcc3c02d0c4b89395788c1608497404d09df695.tar.bz2
Fix CMake includedirs
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6ffad1a..924b7a4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -93,7 +93,7 @@ if(NOT LOG2_RES)
endif()
unset(LOG2_RES)
-set(BROTLI_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}")
+set(BROTLI_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/include")
set(BROTLI_LIBRARIES brotli_enc brotli_dec brotli_common ${LIBM_LIBRARY})
mark_as_advanced(BROTLI_INCLUDE_DIRS BROTLI_LIBRARIES)