- enable building DLLs on Windows (#1861)

* - enable building DLLs on Windows

* - export.h and test.h are now auto-generated by CMake
This commit is contained in:
Paolo Tosco
2018-05-16 07:42:41 +01:00
committed by Greg Landrum
parent c8ad225657
commit c08ea49bda
507 changed files with 4308 additions and 6863 deletions

View File

@@ -69,6 +69,8 @@
#define BOOST_NO_CXX11_NULLPTR
%include <boost/smart_ptr/shared_array.hpp>
/* undefine RDKIT_<LIBNAME>_EXPORT macros */
%include <RDBoost/export.h>
/* Include the base types before anything that will utilize them */
#ifdef SWIGWIN
%include "../msvc_stdint.i"