[CMake] Pre-compiled headers

2015-01-21 Thread Scott Aron Bloom
Is there any builtin CMake support for compiler independent support for pre-compiled headers? I have found a couple of hacks out there for MSVC, and some for gcc.. but nothing that is all inclusive, and frankly none that look up to the quality of CMake :) Scott -- Powered by www.kitware.com

Re: [CMake] Pre-Compiled Headers

2009-08-21 Thread John Drescher
On Fri, Aug 21, 2009 at 6:54 PM, ML wrote: > Hi John, > >>> Has anyone implemented PCH and have an example, advice, etc? >> >> There is also >> >> http://www.vtk.org/Bug/view.php?id=1260 > > Can you demonstrate how to use this link? I downloaded the > PCHSupport_26.cmake and I dont see how to say w

Re: [CMake] Pre-Compiled Headers

2009-08-20 Thread ML
John, Awesome, thanks for both of the e-mails. -Jason On Aug 20, 2009, at 2:29 PM, John Drescher wrote: On Thu, Aug 20, 2009 at 5:25 PM, ML wrote: Hi All, I need to use a pre-compiled header. I think that I recall that CMake is not yet equipped to handle this. I found thought a Google s

Re: [CMake] Pre-Compiled Headers

2009-08-20 Thread John Drescher
On Thu, Aug 20, 2009 at 5:25 PM, ML wrote: > Hi All, > > I need to use a pre-compiled header. > > I think that I recall that CMake is not yet equipped to handle this. > > I found thought a Google search that SET_SOURCE_FILES_PROPERTIES might be > the way to go. > > Has anyone implemented PCH and ha

Re: [CMake] Pre-Compiled Headers

2009-08-20 Thread John Drescher
On Thu, Aug 20, 2009 at 5:25 PM, ML wrote: > Hi All, > > I need to use a pre-compiled header. > > I think that I recall that CMake is not yet equipped to handle this. > > I found thought a Google search that SET_SOURCE_FILES_PROPERTIES might be > the way to go. > > Has anyone implemented PCH and ha

[CMake] Pre-Compiled Headers

2009-08-20 Thread ML
Hi All, I need to use a pre-compiled header. I think that I recall that CMake is not yet equipped to handle this. I found thought a Google search that SET_SOURCE_FILES_PROPERTIES might be the way to go. Has anyone implemented PCH and have an example, advice, etc? Thanks! -Jason __