diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-15 07:43:20 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-15 07:43:20 +0100 |
commit | 3bea7e1ae1e102b0f06231626fd768f795d46db8 (patch) | |
tree | 80b656f8c6b527f4b1feeea5166ce6aafa0e46b3 /client/test | |
parent | 6ca6273427fe939080aba15349dcc380c44d1c3f (diff) | |
download | sink-3bea7e1ae1e102b0f06231626fd768f795d46db8.tar.gz sink-3bea7e1ae1e102b0f06231626fd768f795d46db8.zip |
shared libraries, install targets
Diffstat (limited to 'client/test')
-rw-r--r-- | client/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/test/CMakeLists.txt b/client/test/CMakeLists.txt index 0d5da1b..601899a 100644 --- a/client/test/CMakeLists.txt +++ b/client/test/CMakeLists.txt | |||
@@ -5,7 +5,7 @@ macro(auto_tests) | |||
5 | foreach(_testname ${ARGN}) | 5 | foreach(_testname ${ARGN}) |
6 | add_executable(${_testname} ${_testname}.cpp ${store_SRCS}) | 6 | add_executable(${_testname} ${_testname}.cpp ${store_SRCS}) |
7 | qt5_use_modules(${_testname} Core Test) | 7 | qt5_use_modules(${_testname} Core Test) |
8 | target_link_libraries(${_testname} lmdb akonadi2_client_lib) | 8 | target_link_libraries(${_testname} lmdb akonadi2_client) |
9 | add_test(NAME ${_testname} COMMAND ${_testname}) | 9 | add_test(NAME ${_testname} COMMAND ${_testname}) |
10 | endforeach(_testname) | 10 | endforeach(_testname) |
11 | endmacro(auto_tests) | 11 | endmacro(auto_tests) |