diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-09-30 00:48:04 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-09-30 00:48:04 +0000 |
| commit | 718cfc7054c9028e87da987694bc0eff4fb32065 (patch) | |
| tree | 51529bb27e7ef7bb27013f8a1289b42a73199b98 /qpid/cpp/CMakeLists.txt | |
| parent | 059eb23666e879b3f85f95fec5c2da495b3fecd5 (diff) | |
| download | qpid-python-718cfc7054c9028e87da987694bc0eff4fb32065.tar.gz | |
For Windows, add 'd' postfix to library file names
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@820138 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/CMakeLists.txt')
| -rw-r--r-- | qpid/cpp/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt index de1353bd11..77c4b2283f 100644 --- a/qpid/cpp/CMakeLists.txt +++ b/qpid/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 |
