]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/rbd/CMakeLists.txt
update sources to v12.1.0
[ceph.git] / ceph / src / pybind / rbd / CMakeLists.txt
1 distutils_add_cython_module(cython${PYTHON_VERSION}_rbd ${CMAKE_CURRENT_SOURCE_DIR}/rbd.pyx)
2 add_dependencies(cython${PYTHON_VERSION}_rbd librbd)
3 distutils_install_cython_module(cython${PYTHON_VERSION}_rbd)