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