From: Ali Maredia Date: Fri, 1 Jan 2016 04:34:51 +0000 (-0500) Subject: cmake: Added cls_numops_client library X-Git-Tag: v10.0.3~134^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e117dc523313690beb7f4029b5f6bb293e3754c2;p=ceph.git cmake: Added cls_numops_client library Signed-off-by: Ali Maredia --- diff --git a/src/cls/CMakeLists.txt b/src/cls/CMakeLists.txt index 9cc3a70391c3..37cfbca1b7cb 100644 --- a/src/cls/CMakeLists.txt +++ b/src/cls/CMakeLists.txt @@ -125,3 +125,6 @@ if (WITH_CEPHFS) add_library(cls_cephfs_client cephfs/cls_cephfs_client.cc) endif (WITH_CEPHFS) + +add_library(cls_numops_client STATIC numops/cls_numops_client.cc) +