add module option to import
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7429 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1c6a2a2cfb
commit
635677c450
3 changed files with 64 additions and 14 deletions
|
|
@ -12,6 +12,6 @@
|
|||
#include "imports_b.h"
|
||||
%}
|
||||
|
||||
%import "imports_a.i"
|
||||
%import(module="imports_a") "imports_a.i"
|
||||
|
||||
%include "imports_b.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue