X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=f508ec0448127446e012d8d98215871c9196650f;hb=f33fd6e7d1df8e5878ce5c5605f64bab7b02ceb6;hp=10699115dfde528111b7a84d81833d3601f99ca2;hpb=5e760300d15ef4c5b7eed3fb9f37920ebca2f6ec;p=awesomized%2Flibmemcached diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 10699115..f508ec04 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,6 +3,7 @@ add_subdirectory(bin) add_subdirectory(libhashkit) add_subdirectory(libmemcached) add_subdirectory(libmemcachedutil) +add_subdirectory(libmemcachedprotocol) if(BUILD_TESTING) add_subdirectory(libtest)