summaryrefslogtreecommitdiff
path: root/cpp/CMakeLists.txt
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-05-08 20:37:07 +0000
committerStephen D. Huston <shuston@apache.org>2009-05-08 20:37:07 +0000
commit1a826fd803a9ce99f6809cd868fcba72c6a50187 (patch)
tree499484d18adfd733659034472afb1cdd6789fa02 /cpp/CMakeLists.txt
parent5283aeedc1036a2d729f3d8075764c441d2e761d (diff)
downloadqpid-python-1a826fd803a9ce99f6809cd868fcba72c6a50187.tar.gz
Add examples building to cmake build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@773091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/CMakeLists.txt')
-rw-r--r--cpp/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 13ed89a5c0..2d17303b91 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -35,7 +35,6 @@ add_subdirectory(managementgen)
add_subdirectory(src)
# add_subdirectory(docs/api)
# add_subdirectory(docs/man)
-#add_subdirectory(examples)
# if (WIN32)
# do something Microsoft specific
@@ -45,3 +44,5 @@ add_subdirectory(src)
install(FILES LICENSE NOTICE README SSL RELEASE_NOTES DESIGN
xml/cluster.xml INSTALL-WINDOWS
DESTINATION .)
+
+add_subdirectory(examples)