From b3f03b13b0ccb9ace30118d2aeb5e9fcbddfdd03 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Mon, 28 Oct 2013 12:40:02 +0000 Subject: QPID-5262: Install debug versions of MS runtime DLLs git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1536331 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/cpp') diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt index 2dfc3c9b14..ad9d17aeaa 100644 --- a/qpid/cpp/CMakeLists.txt +++ b/qpid/cpp/CMakeLists.txt @@ -50,6 +50,7 @@ endif (MSVC) set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") if (WIN32) # Include installing the MSVCRT library + set (CMAKE_INSTALL_DEBUG_LIBRARIES ON) include(InstallRequiredSystemLibraries) set (CPACK_GENERATOR "NSIS") set (CPACK_NSIS_MUI_ICON "${CMAKE_CURRENT_SOURCE_DIR}/packaging/NSIS\\\\qpid-icon.ico") -- cgit v1.2.1