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
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
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
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
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
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
__