How to include multiple header files in SWIG?

597 Views Asked by At

Is there any way to include multiple header files with complex dependency structure in SWIG? I plan to use Microsoft SEAL( a C++ library) in Java with SWIG. However, I don't know how to deal with the complex dependency relationship in the header files with SWIG. For example, in "seal/seal.h", it includes other header files from the same directory. There is error finding the dependency of seal.h when I just include seal.h in the swig .i file. Or is there any other solution to use this complex C++ library in Java? Thanks a lot.

0

There are 0 best solutions below