X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMakeLists.txt;h=ef29a4116b7d955f385ad9ac1ab24250430bbac2;hb=4f6e4eaafdeb09115d7c8ff15dc897a7b8a05ae6;hp=19755ffd54cd299c884a5866920799eec036cd42;hpb=5fb950f50d691dfc3b8a5c5b61c3260a2bb1ec69;p=m6w6%2Flibmemcached diff --git a/CMakeLists.txt b/CMakeLists.txt index 19755ffd..ef29a411 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,8 +18,6 @@ include(CMakeConfig.txt) if(NOT BUILD_DOCSONLY) - set(AUTOHEADER_FILE mem_config.h) - set(CLIENTS memcapable memcat @@ -37,12 +35,15 @@ if(NOT BUILD_DOCSONLY) ) add_subdirectory(src) + add_subdirectory(contrib) add_subdirectory(include) add_subdirectory(support) + + # tests need c++17 support add_subdirectory(test) # keep last - configure_file(src/mem_config.h.in ${AUTOHEADER_FILE} @ONLY) + configure_file(${CONFIGURE_FILE_IN} ${CONFIGURE_FILE_OUT} @ONLY) endif() if(BUILD_DOCS OR BUILD_DOCSONLY)