]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
build: create a CMakeLists file for ceph-volume
authorAlfredo Deza <adeza@redhat.com>
Thu, 20 Jul 2017 15:53:07 +0000 (11:53 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 4 Aug 2017 14:25:57 +0000 (10:25 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/ceph-volume/CMakeLists.txt [new file with mode: 0644]

diff --git a/src/ceph-volume/CMakeLists.txt b/src/ceph-volume/CMakeLists.txt
new file mode 100644 (file)
index 0000000..20841ff
--- /dev/null
@@ -0,0 +1,4 @@
+
+include(Distutils)
+distutils_install_module(ceph_volume
+  INSTALL_SCRIPT ${CMAKE_INSTALL_FULL_SBINDIR})