From f3de2d5521c3e95e3212b7c5dc26d9d4e23b17fb Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Mon, 26 Dec 2016 13:34:28 +0100 Subject: [PATCH] reference binder project from documentation --- docs/compiling.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/compiling.rst b/docs/compiling.rst index 143d4a34..c7053dbf 100644 --- a/docs/compiling.rst +++ b/docs/compiling.rst @@ -174,3 +174,12 @@ to an independently constructed (through ``add_library``, not (``-fvisibility=hidden``) and .OBJ files with many sections on Visual Studio (``/bigobj``). The :ref:`FAQ ` contains an explanation on why these are needed. + +Generating binding code automatically +===================================== + +The ``Binder`` project is a tool for automatic generation of pybind11 binding +code by introspecting existing C++ codebases using LLVM/Clang. See the +[binder]_ documentation for details. + +.. [binder] http://cppbinder.readthedocs.io/en/latest/about.html