mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
reference binder project from documentation
This commit is contained in:
parent
1805c3489f
commit
f3de2d5521
@ -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 <faq:symhidden>` 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
|
||||
|
Loading…
Reference in New Issue
Block a user