libhashkit/aes: simplify code
[awesomized/libmemcached] / CMakeLists.txt
index 171e2469d25b4ea664a8806aa3ffc971882bd704..601f3802ea4d400b4a3e3a196cad039da00cc633 100644 (file)
@@ -6,11 +6,11 @@ endif()
 
 include(CMakeVersions.txt)
 
-project(libmemcached
+project(libmemcached-awesome
         VERSION "${LIBMEMCACHED_VERSION}"
-        DESCRIPTION "libmemcached, a C/C++ memcached client library"
+        DESCRIPTION "libmemcached-awesome, a C/C++ memcached client library"
         )
-set(PROJECT_HOMEPAGE_URL "https://github.com/m6w6/libmemcached")
+set(PROJECT_HOMEPAGE_URL "https://github.com/awesomized/libmemcached")
 set(PROJECT_CONTACT "Michael Wallner <mike@php.net>")
 
 set(CXX_STANDARD 11)
@@ -43,9 +43,9 @@ if(NOT BUILD_DOCSONLY)
             memtouch
             )
 
+    add_subdirectory(include)
     add_subdirectory(src)
     add_subdirectory(contrib)
-    add_subdirectory(include)
     add_subdirectory(support)
 
     # tests need c++17 support