]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: move snap_set_diff.cc out of librados
authorKefu Chai <kchai@redhat.com>
Wed, 22 Jun 2016 03:04:20 +0000 (11:04 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 22 Jun 2016 03:30:46 +0000 (11:30 +0800)
commitc1e8b028ccd32abc1724d4152b364109cf452d4f
treecf6f1859a3c75686258ef181874a35eb821e0977
parentf7fc9857fcf69492a8e781a8f2ca5799529b756e
cmake: move snap_set_diff.cc out of librados

snap_set_diff.cc is used internally and is not exposed via librados. we
cannot use the function implemented in it by linking against librados. so
compile it as an OBJECT target and link against it individualy if
necessary.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt
src/librbd/CMakeLists.txt