summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index de1353bd11..77c4b2283f 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -28,6 +28,10 @@ include (CTest)
set (qpidc_version 0.5)
+if (WIN32)
+ set (CMAKE_DEBUG_POSTFIX "d")
+endif (WIN32)
+
# set(CMAKE_INCLUDE_CURRENT_DIR ON)
add_subdirectory(managementgen)
@@ -36,10 +40,6 @@ add_subdirectory(src)
# add_subdirectory(docs/api)
# add_subdirectory(docs/man)
-# if (WIN32)
-# do something Microsoft specific
-# endif (WIN32)
-
install(FILES LICENSE NOTICE README SSL RELEASE_NOTES DESIGN
xml/cluster.xml INSTALL-WINDOWS