diff options
author | Brad King <brad.king@kitware.com> | 2015-09-16 12:47:19 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-09-16 12:47:19 (GMT) |
commit | f3c3b428514f008941b19d027ac5fddb87809ce1 (patch) | |
tree | cfeab198fdad01e64e86c055a18bc15e677dbeea /Help | |
parent | 443b0fdb3dcfc2da9297857d4f51baf66d3b7836 (diff) | |
parent | 2ec97b13028b51904c6bf1cb402cadee126dadfa (diff) | |
download | CMake-f3c3b428514f008941b19d027ac5fddb87809ce1.zip CMake-f3c3b428514f008941b19d027ac5fddb87809ce1.tar.gz CMake-f3c3b428514f008941b19d027ac5fddb87809ce1.tar.bz2 |
Merge topic 'FindProtobuf-python-extension'
2ec97b13 FindProtobuf: Add protobuf_generate_python function
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindProtobuf-python-extension.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/FindProtobuf-python-extension.rst b/Help/release/dev/FindProtobuf-python-extension.rst new file mode 100644 index 0000000..95463bf --- /dev/null +++ b/Help/release/dev/FindProtobuf-python-extension.rst @@ -0,0 +1,6 @@ +FindProtobuf-python-extension +----------------------------- + +* The :module:`FindProtobuf` module gained a new + :command:`protobuf_generate_python` function to generate python + sources from ``.proto`` files. |