Re: [CMake] Examples of CMAKE_INCLUDE_TRANSFORMS or other transform rules?

2010-02-12 Thread Jeremy Nicholl
Yes, I know. The problem is that it's a system header I'm not really permitted to modify. From: Ryan Pavlik rpav...@iastate.edu To: cmake@cmake.org Sent: Thu, February 11, 2010 5:57:58 PM Subject: Re: [CMake] Examples of CMAKE_INCLUDE_TRANSFORMS or other

Re: [CMake] Examples of CMAKE_INCLUDE_TRANSFORMS or other transform rules?

2010-02-12 Thread Ryan Pavlik
to modify. *From:* Ryan Pavlik rpav...@iastate.edu *To:* cmake@cmake.org *Sent:* Thu, February 11, 2010 5:57:58 PM *Subject:* Re: [CMake] Examples of CMAKE_INCLUDE_TRANSFORMS or other transform rules? Well, you can really

[CMake] Examples of CMAKE_INCLUDE_TRANSFORMS or other transform rules?

2010-02-11 Thread Jeremy Nicholl
Are there any examples of how to create transform rules using e.g. CMAKE_INCLUDE_TRANSFORMS? I'm using MSYS and I ran into an issue where one of my header files has the line #include foo\bar.h // Note backslash In this case, the dependency that gets generated simply appends foo\bar.h to a

Re: [CMake] Examples of CMAKE_INCLUDE_TRANSFORMS or other transform rules?

2010-02-11 Thread Ryan Pavlik
Well, you can really just use forward slashes on all platforms - Not really an answer to your direct question but might help you with the underlying situation. Ryan On 02/11/2010 04:18 PM, Jeremy Nicholl wrote: Are there any examples of how to create transform rules using e.g.