summaryrefslogtreecommitdiffstats
path: root/store/test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'store/test/CMakeLists.txt')
-rw-r--r--store/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/test/CMakeLists.txt b/store/test/CMakeLists.txt
index 4743cfb..1b9dc9e 100644
--- a/store/test/CMakeLists.txt
+++ b/store/test/CMakeLists.txt
@@ -12,7 +12,7 @@ macro(manual_tests)
12 foreach(_testname ${ARGN}) 12 foreach(_testname ${ARGN})
13 add_executable(${_testname} ${_testname}.cpp ${store_SRCS}) 13 add_executable(${_testname} ${_testname}.cpp ${store_SRCS})
14 qt5_use_modules(${_testname} Core Test) 14 qt5_use_modules(${_testname} Core Test)
15 target_link_libraries(${_testname} lmdb) 15 target_link_libraries(${_testname} kyotocabinet)
16 endforeach(_testname) 16 endforeach(_testname)
17endmacro(auto_tests) 17endmacro(auto_tests)
18 18