diff options
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0767825f0..c0c4b5d9c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -42,3 +42,6 @@ ENDIF(ENABLE_LUAJIT MATCHES "ON") IF(OPENSSL_FOUND) TARGET_LINK_LIBRARIES(rspamd-test ${OPENSSL_LIBRARIES}) ENDIF(OPENSSL_FOUND) +IF(ENABLE_GPERF_TOOLS MATCHES "ON") + TARGET_LINK_LIBRARIES(rspamd-test profiler) +ENDIF(ENABLE_GPERF_TOOLS MATCHES "ON")
\ No newline at end of file |