blob: 0b5842088e1540a704fb699c9f502d609befd381 (
plain) (
tree)
|
|
PY23_LIBRARY()
LICENSE(Service-Py23-Proxy)
VERSION(Service-proxy-version)
IF (PYTHON2)
PEERDIR(contrib/python/PyYAML/py2)
ELSE()
PEERDIR(contrib/python/PyYAML/py3)
ENDIF()
NO_LINT()
END()
RECURSE(
py2
py3
)
|