From 42c41283304ec8ed75b020ecbec88f30bc198354 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 9 Dec 2014 22:02:41 +0100 Subject: store benchmark results for buffer tests --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e63bc1c..9087323 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -9,7 +9,7 @@ macro(manual_tests) foreach(_testname ${ARGN}) add_executable(${_testname} ${_testname}.cpp) qt5_use_modules(${_testname} Core Test Concurrent) - target_link_libraries(${_testname} akonadi2common) + target_link_libraries(${_testname} akonadi2common libhawd) endforeach(_testname) endmacro(manual_tests) -- cgit v1.2.3