Skip to content
Snippets Groups Projects
Commit b2ec3600 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler Committed by GitHub
Browse files

[README] update

parent 2c4ff9e9
No related branches found
No related tags found
2 merge requests!10Fix compilation with new clang,!6Merge pybind
......@@ -14,8 +14,9 @@ To create Python bindings you should
* define the cmake variable `DUNE_PYBINDXI_PYTHON_VERSION` (optional)
* `include(DunePybindxiUtils)` in your CMakeLists.txt
* call `dune_pybindxi_add_module(module)`, where module is one or several C++
* call `dune_pybindxi_add_module(module, sources)`, where sources is one or several C++
source files
* call `target_link_dune_default_libraries(module)`
In your sources, you may include the pybind11 header `pybind11/foo.h` as
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment