diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-12-04 02:26:16 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-12-04 02:26:16 +0000 |
| commit | d911218bb11cc36c3274b02a6d205578de6db9bc (patch) | |
| tree | 8e99b4fb35e7d1bc5a71e8c82fd0f7b622b8b7e0 /qpid/cpp/src/tests/CMakeLists.txt | |
| parent | de0e81996d63d8a8b7f92d835d2bbdeaf5cccae0 (diff) | |
| download | qpid-python-d911218bb11cc36c3274b02a6d205578de6db9bc.tar.gz | |
Fix build errors in test_store; resolves QPID-2229
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/CMakeLists.txt')
| -rw-r--r-- | qpid/cpp/src/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/CMakeLists.txt b/qpid/cpp/src/tests/CMakeLists.txt index 1d67d22e7c..43f92b2d2d 100644 --- a/qpid/cpp/src/tests/CMakeLists.txt +++ b/qpid/cpp/src/tests/CMakeLists.txt @@ -290,6 +290,7 @@ endif (BUILD_ACL) endif (PYTHON_EXECUTABLE) add_library(test_store MODULE test_store.cpp) +target_link_libraries (test_store qpidbroker qpidcommon) set_target_properties (test_store PROPERTIES PREFIX "") #EXTRA_DIST += \ |
