mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 04:47:57 -05:00
* Allow cmake properly build SMath wrapper Integrate c# project into solution; allow usual cmake --build . --config Release to build SMath wrapper. Remove obsolete build.bat and coolprop_wrapper.sln files: cmake-generated solution already includes everything. Use build subdirectory wrappers/SMath for all generated files (both by cmake, including csproj file itself, and by build process), thus no dirty tree anymore. Please note: this change requires cmake version 2.8.9 (because of include_external_msproject TYPE). * Tentative patch for buildbot Unfortunately, I cannot test the buildbot, neither I know about it much. I suppose that this is a sensible patch to be able to work with previous changes to SMath build process. * Update SMath wrapper help