From 2e1d12d09248105a675d33b77fdb629255676ca8 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 20 Aug 2010 14:24:59 +0000 Subject: 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 --- cpp/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src') 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} -- cgit v1.2.1