From d9e01567876cbe505c3af5e6fd083f6af3256ae0 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 11 Feb 2010 15:57:34 +0000 Subject: Add EventImpl.cpp, .h for qmfengine source from patch in QPID-2401. When adding qmfconsoled.dll to Windows installer, pick it up from correct directory. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@909039 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/CMakeLists.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index f10940df24..951f225a2b 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -844,6 +844,8 @@ set (qmfengine_SOURCES qmf/engine/ConnectionSettingsImpl.h qmf/engine/ConsoleImpl.cpp qmf/engine/ConsoleImpl.h + qmf/engine/EventImpl.cpp + qmf/Engine/EventImpl.h qmf/engine/MessageImpl.cpp qmf/engine/MessageImpl.h qmf/engine/ObjectIdImpl.cpp @@ -921,9 +923,9 @@ install (TARGETS qmfconsole # On Windows, also grab the debug version of qmfconsole. if (WIN32) install (PROGRAMS - ${CMAKE_CURRENT_BINARY_DIR}/Release/qmfconsoled.dll - ${CMAKE_CURRENT_BINARY_DIR}/Release/qmfconsoled.lib - ${CMAKE_CURRENT_BINARY_DIR}/Release/qmfconsoled.pdb + ${CMAKE_CURRENT_BINARY_DIR}/Debug/qmfconsoled.dll + ${CMAKE_CURRENT_BINARY_DIR}/Debug/qmfconsoled.lib + ${CMAKE_CURRENT_BINARY_DIR}/Debug/qmfconsoled.pdb DESTINATION ${QPID_INSTALL_LIBDIR} COMPONENT ${QPID_COMPONENT_QMF}) endif (WIN32) -- cgit v1.2.1