]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: add ceph-brag
authorKefu Chai <kchai@redhat.com>
Sat, 28 May 2016 08:53:36 +0000 (16:53 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 1 Jun 2016 15:49:46 +0000 (23:49 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt
src/brag/CMakeLists.txt [new file with mode: 0644]

index 240508d9e2cb41ffbea6ae13a6d9cfd3cd751500..c80c3c107d2d2924dbaceda3862217b9e9ace64e 100644 (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
diff --git a/src/brag/CMakeLists.txt b/src/brag/CMakeLists.txt
new file mode 100644 (file)
index 0000000..93fa72d
--- /dev/null
@@ -0,0 +1,3 @@
+install(PROGRAMS
+  client/ceph-brag
+  DESTINATION bin)