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