mirror of
https://github.com/ceph/ceph
synced 2025-03-31 07:53:23 +00:00
cmake: add ceph-brag
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
c1a37101ea
commit
43d78c9939
@ -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
3
src/brag/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
||||
install(PROGRAMS
|
||||
client/ceph-brag
|
||||
DESTINATION bin)
|
Loading…
Reference in New Issue
Block a user