[cmake-developers] Automoc in cmake
James Bigler
jamesbigler at gmail.com
Thu Jun 9 00:06:40 EDT 2011
On Wed, Jun 8, 2011 at 1:35 PM, Brad King <brad.king at kitware.com> wrote:
> On 6/8/2011 3:33 PM, Clinton Stimpson wrote:
> > It seems an extra tool is needed at build time to handle qrc files
> correctly,
> > and I'm wondering if a generic tool could handle both this and the
> autmoc.
>
> It is not possible to implement custom build-time dependency
> scanning in VS IDE projects without creating some kind of
> VS plugin that defines a new language.
>
> -Brad
> _______________________________________________
> cmake-developers mailing list
> cmake-developers at cmake.org
> http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
>
I'm just hearing about this automoc thing. I'm wondering if whatever
mechanism that is used to handle the dependency generation could be used for
FindCUDA.cmake. Currently I have to compute the dependencies using 'nvcc
-M' and then adding those dependencies explicitly through the
add_custom_command that generates the output from the CUDA source.
Any thoughts?
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20110608/b3b47e02/attachment.html>
More information about the cmake-developers
mailing list