diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-11 09:57:13 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-11 09:57:13 +0000 |
commit | 34b41a21d7b4bcca1f662b4bdbd8618397e10bb5 (patch) | |
tree | 07d60bb998255fd64b6e9650a8a2f46ed9db0108 /test/CMakeLists.txt | |
parent | 408ebf516d8d4c6c945b2126173d7de08ab29d3f (diff) | |
download | rspamd-34b41a21d7b4bcca1f662b4bdbd8618397e10bb5.tar.gz rspamd-34b41a21d7b4bcca1f662b4bdbd8618397e10bb5.zip |
Add Level-Compressed Tree Bitmap contrib code
Implementation by: Geoffrey T. Dairiki <dairiki@dairiki.org>
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f21e604f7..fccdef5e8 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -23,6 +23,7 @@ ELSE(NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin") TARGET_LINK_LIBRARIES(rspamd-test "-Wl,-force_load ${CMAKE_BINARY_DIR}/src/librspamd-server.a") ENDIF(NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin") TARGET_LINK_LIBRARIES(rspamd-test rspamd-cdb) +TARGET_LINK_LIBRARIES(rspamd-test lcbtrie) TARGET_LINK_LIBRARIES(rspamd-test rspamd-http-parser) TARGET_LINK_LIBRARIES(rspamd-test ${RSPAMD_REQUIRED_LIBRARIES}) IF (ENABLE_SNOWBALL MATCHES "ON") |