From e468b9b0db4c0605c695f68b2a7eae08b6267383 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 22 Jun 2016 11:21:22 +0800 Subject: [PATCH] cmake: include Group.cc in rbd cli to match with automake, and the "group" command is missing in the cmake build of "rbd" cli tool. Signed-off-by: Kefu Chai --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e5c82bd8d97b1..a1047d181a8d2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1285,6 +1285,7 @@ if(${WITH_RBD}) tools/rbd/action/ExportDiff.cc tools/rbd/action/Feature.cc tools/rbd/action/Flatten.cc + tools/rbd/action/Group.cc tools/rbd/action/ImageMeta.cc tools/rbd/action/Import.cc tools/rbd/action/ImportDiff.cc -- 2.39.5