]> git.proxmox.com Git - ceph.git/blame - ceph/src/python-common/CMakeLists.txt
import quincy beta 17.1.0
[ceph.git] / ceph / src / python-common / CMakeLists.txt
CommitLineData
9f95a23c
TL
1include(Distutils)
2distutils_install_module(ceph)
3
4if(WITH_TESTS)
5 include(AddCephTest)
f67539c2 6 add_tox_test(python-common TOX_ENVS py3 lint)
9f95a23c 7endif()