diff options
author | Ted Ross <tross@apache.org> | 2010-08-20 14:24:59 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2010-08-20 14:24:59 +0000 |
commit | 2e1d12d09248105a675d33b77fdb629255676ca8 (patch) | |
tree | 660cb4eb244d6500207dbc534bd397f227d926f8 | |
parent | 5269fc0e04984b2d196d5eaf96e206e034d21184 (diff) | |
download | qpid-python-2e1d12d09248105a675d33b77fdb629255676ca8.tar.gz |
QPID-2785 - QpidTypes.pdb is not installed
Patch from Chuck Rolke
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@987520 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index c72a8964ff..8b918533ae 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -802,6 +802,7 @@ set_target_properties (qpidtypes PROPERTIES VERSION ${qpidc_version}) install(TARGETS qpidtypes DESTINATION ${QPID_INSTALL_LIBDIR} COMPONENT ${QPID_COMPONENT_COMMON}) +install_pdb (qpidtypes ${QPID_COMPONENT_COMMON}) set (qpidclient_SOURCES ${rgen_client_srcs} |