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 | d20b7358b42a9e6fccad2ce95157acfa977ddd19 (patch) | |
| tree | 23414412248005a4284eab8191f86098a47d95cc /cpp | |
| parent | 3392e1beecd8e06a217ff8ec93729b892d45f502 (diff) | |
| download | qpid-python-d20b7358b42a9e6fccad2ce95157acfa977ddd19.tar.gz | |
For Windows, add 'd' postfix to library file names
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@820138 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/CMakeLists.txt | 8 |
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 |
