Start adding C++ wrappers generation
Disable them for the test suite, as plenty things don't work yet, but there is already more than enough code to not want to add even more fixes to the same commit.
This commit is contained in:
parent
606c1c6ea0
commit
0483e4017c
3 changed files with 621 additions and 6 deletions
|
|
@ -102,7 +102,7 @@ char_binary.cpptest director_binary_string.cpptest li_typemaps.cpptest li_typema
|
|||
include $(srcdir)/../common.mk
|
||||
|
||||
# Overridden variables here
|
||||
SWIGOPT += -w524 # Suppress SWIGWARN_LANG_EXPERIMENTAL warning
|
||||
SWIGOPT += -w524 -nocxx # Suppress SWIGWARN_LANG_EXPERIMENTAL warning
|
||||
|
||||
%.cpptest: SWIGOPT += -namespace $*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue