]> git.proxmox.com Git - ceph.git/blob - ceph/src/tools/cephfs/shell/CMakeLists.txt
import ceph quincy 17.2.4
[ceph.git] / ceph / src / tools / cephfs / shell / CMakeLists.txt
1 include(Distutils)
2 distutils_install_module(cephfs-shell)
3
4 if(WITH_TESTS)
5 include(AddCephTest)
6 add_tox_test(cephfs-shell)
7 endif()