diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-07 13:48:59 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-07 15:04:29 +0100 |
commit | 97f1081511d5e13568aa81415343d84e1b7d7bf8 (patch) | |
tree | eaf440a81727c045d3c479fc25c9d26572ae6800 | |
parent | 6f099b62c5e25dc38197886bbfbb5769e7f67e9a (diff) | |
download | rspamd-97f1081511d5e13568aa81415343d84e1b7d7bf8.tar.gz rspamd-97f1081511d5e13568aa81415343d84e1b7d7bf8.zip |
Fix linking if tests.
-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 d7392683f..89f70cc3d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -26,6 +26,7 @@ TARGET_LINK_LIBRARIES(rspamd-test rspamd-cdb) TARGET_LINK_LIBRARIES(rspamd-test rspamd-http-parser) TARGET_LINK_LIBRARIES(rspamd-test ${RSPAMD_REQUIRED_LIBRARIES}) TARGET_LINK_LIBRARIES(rspamd-test stemmer) +TARGET_LINK_LIBRARIES(rspamd-test rspamd-actrie) IF(NOT "${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}") # Also add dependencies for convenience |