diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-21 18:35:54 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-21 18:35:54 +0000 |
commit | d0f501c2309b84c3d05a68d82f87c5af165b34f4 (patch) | |
tree | ad3d68d5aa2148472c8bde91bfe05954bb62e2c0 /CMakeLists.txt | |
parent | f1c22fe6f3a7218c67556d5468c34fac00b0ed7b (diff) | |
download | rspamd-d0f501c2309b84c3d05a68d82f87c5af165b34f4.tar.gz rspamd-d0f501c2309b84c3d05a68d82f87c5af165b34f4.zip |
Move cdb to contrib as well.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 89d1cd401..72b01cfed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -892,6 +892,7 @@ INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/src" "${CMAKE_SOURCE_DIR}/contrib/http-parser" "${CMAKE_SOURCE_DIR}/contrib/libottery" "${CMAKE_SOURCE_DIR}/contrib/xxhash" + "${CMAKE_SOURCE_DIR}/contrib/cdb" "${CMAKE_SOURCE_DIR}/contrib/snowball/include" "${CMAKE_SOURCE_DIR}/contrib/siphash" "${CMAKE_SOURCE_DIR}/contrib/blake2" @@ -943,6 +944,7 @@ IF(GLIB_COMPAT) ENDIF(GLIB_COMPAT) ADD_SUBDIRECTORY(contrib/xxhash) +ADD_SUBDIRECTORY(contrib/cdb) ADD_SUBDIRECTORY(contrib/http-parser) ADD_SUBDIRECTORY(contrib/libottery) ADD_SUBDIRECTORY(contrib/snowball) |