summaryrefslogtreecommitdiffstats
path: root/src/pybind/rgw/CMakeLists.txt
blob: da2cdcdf87f31a3006f4dc34c833ac006c7a9122 (plain)
1
2
3
distutils_add_cython_module(cython${PYTHON_VERSION}_rgw ${CMAKE_CURRENT_SOURCE_DIR}/rgw.pyx)
add_dependencies(cython${PYTHON_VERSION}_rgw rgw)
distutils_install_cython_module(cython${PYTHON_VERSION}_rgw)