Re: [CMake] Exclude source files from build for a specific configuration with Visual Studio

2011-04-04 Thread Gaylord Charles
2011/4/3 Michael Hertling mhertl...@online.de On 04/01/2011 03:02 PM, Gaylord Charles wrote: Hello, I am migrating a project from Visual Studio 8 to CMake and I look for a way to exclude files from build for a defined configuration. I think the HEADER_FILE_ONLY source file property

Re: [CMake] Exclude source files from build for a specific configuration with Visual Studio

2011-04-03 Thread Michael Hertling
On 04/01/2011 03:02 PM, Gaylord Charles wrote: Hello, I am migrating a project from Visual Studio 8 to CMake and I look for a way to exclude files from build for a defined configuration. I think the HEADER_FILE_ONLY source file property can suit my needs and it would be great to have a

[CMake] Exclude source files from build for a specific configuration with Visual Studio

2011-04-01 Thread Gaylord Charles
Hello, I am migrating a project from Visual Studio 8 to CMake and I look for a way to exclude files from build for a defined configuration. I think the HEADER_FILE_ONLY source file property can suit my needs and it would be great to have a HEADER_FILE_ONLY_CONFIG version. But maybe there is a