support for opaque types

This commit is contained in:
Wenzel Jakob
2016-03-15 15:05:40 +01:00
parent a3e34f4a5f
commit eda978e003
7 changed files with 120 additions and 1 deletions

View File

@@ -119,6 +119,7 @@ set(PYBIND11_EXAMPLES
example/example11.cpp
example/example12.cpp
example/example13.cpp
example/example14.cpp
example/issues.cpp
)