diff options
Diffstat (limited to 'cpp/CMakeLists.txt')
| -rw-r--r-- | cpp/CMakeLists.txt | 3 |
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) |
