fix (c) in include files
[awesomized/libmemcached] / CMakeLists.txt
index 171e2469d25b4ea664a8806aa3ffc971882bd704..35565ef1c6b21a7a060a8aa34cb7f613bf3efab6 100644 (file)
@@ -10,7 +10,7 @@ project(libmemcached
         VERSION "${LIBMEMCACHED_VERSION}"
         DESCRIPTION "libmemcached, 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