* swig csharp wrappers now build

* fix this in a way that does not break the java wrappers
This commit is contained in:
Greg Landrum
2017-05-20 15:46:29 +02:00
committed by Brian Kelley
parent 2e76c90caa
commit d9db6c3fe6
2 changed files with 17 additions and 14 deletions

View File

@@ -199,6 +199,7 @@ typedef unsigned long long int uintmax_t;
%include "../types.i"
// Conformer seems to need to come before ROMol
%include "../Conformer.i"
%include "../Dict.i"
%include "../RDProps.i"
%include "../ROMol.i"
%include "../RWMol.i"
@@ -212,6 +213,7 @@ typedef unsigned long long int uintmax_t;
%include "../QueryAtom.i"
%include "../QueryBond.i"
%include "../QueryOps.i"
%include "../MonomerInfo.i"
%include "../PeriodicTable.i"
%include "../SanitException.i"
%include "../SmilesParse.i"