This was brought to mind thanks to helium/erlang-h3#12. Main change is to switch to switch to using the release configuration; other changes that are included are to ignore package-lock.json just as yarn.lock, and to have CMake invoke the build tool (I think there's a way you can avoid hard coding "Visual Studio 14 Win64" which was applied to h3-java but it's not critical right now.)
This was brought to mind thanks to helium/erlang-h3#12. Main change is to switch to switch to using the release configuration; other changes that are included are to ignore
package-lock.json
just asyarn.lock
, and to have CMake invoke the build tool (I think there's a way you can avoid hard coding"Visual Studio 14 Win64"
which was applied to h3-java but it's not critical right now.)