summaryrefslogtreecommitdiff
path: root/qpid/cpp/CMakeLists.txt
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-07-08 22:14:54 +0000
committerTed Ross <tross@apache.org>2010-07-08 22:14:54 +0000
commit18005c4ebb833597f52de911d2baddde3ddf9d03 (patch)
tree5e4e16dcadbf8be0608b026de1d8bf345852955b /qpid/cpp/CMakeLists.txt
parent0f8291961d43b664116b4cc1fe99d19fe92d8007 (diff)
downloadqpid-python-18005c4ebb833597f52de911d2baddde3ddf9d03.tar.gz
QPID-2711 - Patch from Chuck Rolke
Add version and icon resources to Windows C++ exe/dll files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@961962 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/CMakeLists.txt')
-rw-r--r--qpid/cpp/CMakeLists.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt
index 68ac7b317a..5c37ecfc97 100644
--- a/qpid/cpp/CMakeLists.txt
+++ b/qpid/cpp/CMakeLists.txt
@@ -68,13 +68,6 @@ endif (WIN32)
# set(CMAKE_INCLUDE_CURRENT_DIR ON)
-add_subdirectory(managementgen)
-add_subdirectory(etc)
-add_subdirectory(src)
-add_subdirectory(docs/api)
-# add_subdirectory(docs/man)
-add_subdirectory(examples)
-
set(CPACK_PACKAGE_NAME "qpid-cpp")
set(CPACK_PACKAGE_VENDOR "Apache Software Foundation")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Apache Qpid C++")
@@ -84,4 +77,11 @@ set(CPACK_PACKAGE_VERSION_MINOR "${QPID_VERSION_MINOR}")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "qpidc-${qpidc_version}")
+add_subdirectory(managementgen)
+add_subdirectory(etc)
+add_subdirectory(src)
+add_subdirectory(docs/api)
+# add_subdirectory(docs/man)
+add_subdirectory(examples)
+
include (CPack)