Re: [CMake] PreprocessToFile

2018-05-05 Thread J Decker
On Sat, May 5, 2018 at 9:57 AM, KK wrote: > Oh, maybe you misunderstood me. I know, that CMake does no preprocessing. > This is done by the preprocessor. > Right; that's not what I was saying; it doesn't generte projects with preprocesssing enabled, so the options ARE false already in the generat

Re: [CMake] PreprocessToFile

2018-05-05 Thread KK
Oh, maybe you misunderstood me. I know, that CMake does no preprocessing. This is done by the preprocessor. But, what I want, is that the generated solution/VS-project with CMake gives me the result like in the part I've pasted below. This should be part of the generated files. And my question

Re: [CMake] PreprocessToFile

2018-05-05 Thread J Decker
On Sat, May 5, 2018 at 7:02 AM, Kristian wrote: > Hi, > > I have a Visual Studio 2015 Solution with some C++ projects in it. I > try to generate the same solution and the projects with CMake. Now, > there is a part, where I do not know how to solve this. > > In a vcxproj file, there is something

[CMake] PreprocessToFile

2018-05-05 Thread Kristian
Hi, I have a Visual Studio 2015 Solution with some C++ projects in it. I try to generate the same solution and the projects with CMake. Now, there is a part, where I do not know how to solve this. In a vcxproj file, there is something like this written: = false false