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