X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMakeLists.txt;h=601f3802ea4d400b4a3e3a196cad039da00cc633;hb=9f88736f8219b494025465089655609f636bf1d7;hp=171e2469d25b4ea664a8806aa3ffc971882bd704;hpb=946b9670af4a97be463cae05b5cce6a082d9f475;p=awesomized%2Flibmemcached diff --git a/CMakeLists.txt b/CMakeLists.txt index 171e2469..601f3802 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ") 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