initial addition of avalontoolkit support

This commit is contained in:
Greg Landrum
2011-12-23 06:17:39 +00:00
parent 0c06670340
commit 2575bfbfb6
21 changed files with 2165 additions and 6 deletions

View File

@@ -249,6 +249,10 @@ typedef unsigned long long int uintmax_t;
}
%include "../Descriptors.i"
#ifdef BUILD_AVALON_SUPPORT
%include "../AvalonLib.i"
#endif
#ifdef BUILD_INCHI_SUPPORT
%include "../Inchi.i"
#endif