Re: [CMake] How does IMPLICIT_DEPENDS work?

2019-04-27 Thread Paul Smith
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

[CMake] Can't Generate Project Files for VS2019

2019-04-27 Thread Osman Zakir
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