aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-05-28 18:42:45 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-05-28 18:42:45 +0100
commit565c37fca091c01a296179722b2abc3a3420a94a (patch)
tree46c46eb3425e0d9a100417b03856eaa480d557d9 /CMakeLists.txt
parentcaa85eb1ec3cae941795dea727e794625b9c8bf3 (diff)
downloadrspamd-565c37fca091c01a296179722b2abc3a3420a94a.tar.gz
rspamd-565c37fca091c01a296179722b2abc3a3420a94a.zip
[Fix] Link lpeg to rspamd lua library
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 19da2632d..219fdce41 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -486,6 +486,7 @@ INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/src"
"${CMAKE_SOURCE_DIR}/contrib/librdns"
"${CMAKE_SOURCE_DIR}/contrib/aho-corasick"
"${CMAKE_SOURCE_DIR}/contrib/lc-btrie"
+ "${CMAKE_SOURCE_DIR}/contrib/lpeg"
"${CMAKE_BINARY_DIR}/src" #Stored in the binary dir
"${CMAKE_BINARY_DIR}/src/libcryptobox")