cmake: add ceph-brag

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2016-05-28 16:53:36 +08:00
parent c1a37101ea
commit 43d78c9939
2 changed files with 5 additions and 0 deletions

View File

@ -1443,6 +1443,8 @@ configure_file(
${CMAKE_BINARY_DIR}/include/acconfig.h
)
add_subdirectory(brag)
# Everything you need to spin up a cluster with vstart.sh
add_custom_target(vstart DEPENDS
ceph-osd

3
src/brag/CMakeLists.txt Normal file
View File

@ -0,0 +1,3 @@
install(PROGRAMS
client/ceph-brag
DESTINATION bin)