diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
9 | foreach(_testname ${ARGN}) | 9 | foreach(_testname ${ARGN}) |
10 | add_executable(${_testname} ${_testname}.cpp) | 10 | add_executable(${_testname} ${_testname}.cpp) |
11 | qt5_use_modules(${_testname} Core Test Concurrent) | 11 | qt5_use_modules(${_testname} Core Test Concurrent) |
12 | target_link_libraries(${_testname} akonadi2common) | 12 | target_link_libraries(${_testname} akonadi2common libhawd) |
13 | endforeach(_testname) | 13 | endforeach(_testname) |
14 | endmacro(manual_tests) | 14 | endmacro(manual_tests) |
15 | 15 | ||