On Fri, 2019-04-26 at 17:26 -0400, Paul Smith wrote:
> We're trying to implement precompiled headers (yes, I've seen all the
> various github projects around this). As part of this we need to make
> sure the precompiled header is rebuilt whenever any of the headers that
> it includes changes: this
I'm having trouble using CMake to generate solution and project files for
Emscripten and Binaryen. When I try to invoke it from the command line, I get
this message:
"
cmake -G"Visual Studio 16 2019" -A Win64 -DCMAKE_INSTALL_PREFIX="C:/Program
Files/binaryen" -DCMAKE_BUILD_TYPE=Release ../
CMa