Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / cephfs / CMakeLists.txt
1 distutils_add_cython_module(cython${PYTHON_VERSION}_cephfs ${CMAKE_CURRENT_SOURCE_DIR}/cephfs.pyx)
2 add_dependencies(cython${PYTHON_VERSION}_cephfs cephfs)
3 distutils_install_cython_module(cython${PYTHON_VERSION}_cephfs)