Ivan Romanov

Results 122 comments of Ivan Romanov

My approach doesn't work with Ninja only Make. Also I didn't (and can't) test it with MSVC. I opened an [issue](https://gitlab.kitware.com/cmake/cmake/issues/19220#note_567179) on CMake bugtracker. `-include` doesn't apply for AUTOMOC'ed sources...

I [rewrite](https://github.com/drizt/pchtest/tree/7b5ae606e208a3a0a87f4bfa41f71fe1790b654e) my pch with compile_commands.json. Now it can be build with Makefiles or Ninja on Linux or macOS (Windows MinGW doesn't tested yet). https://travis-ci.org/drizt/pchtest

My [PCHLinkTarget](https://github.com/drizt/PCHLinkTarget) module now is almost finished. Yes, it moved to new repository. I tested it with macOS, Linux, MinGW on Windows and MSYS in both Ninja and Makefiles modes....

I just saved/used your function name. It does the same work but in another way.

`target_sources` added in CMake 3.1

Any prorgress here?

Ok. It's not a problem. Some note: vcmi RPM package can't be added to official Fedora repository due dependencies from ffmpeg package from RPMFussion repository.

For myself I use this patch. ``` diff diff --git a/UnpackerSharedProject/Unpacker Program.cs b/UnpackerSharedProject/Unpacker Program.cs index a191a58..19bacdd 100644 --- a/UnpackerSharedProject/Unpacker Program.cs +++ b/UnpackerSharedProject/Unpacker Program.cs @@ -228,6 +228,9 @@ namespace Unpacker WorkingDirectory...

I'm not familiar with C# and Window$. But docs [says](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.processstartinfo.environmentvariables?view=net-6.0) *A string dictionary that provides environment variables that apply to this process and child processes.*