1 2 3 4 5 6 7
include(Distutils) distutils_install_module(cephfs-shell) if(WITH_TESTS) include(AddCephTest) add_tox_test(cephfs-shell) endif()