summaryrefslogtreecommitdiffstats
path: root/src/pybind/rados/CMakeLists.txt
blob: 0cd19d03174599fff98d172714bd57f73047a5fb (plain)
1
2
3
4
5
distutils_add_cython_module(cython_rados
  rados
  ${CMAKE_CURRENT_SOURCE_DIR}/rados.pyx)
add_dependencies(cython_rados rados)
distutils_install_cython_module(cython_rados)