On Wed, Jun 8, 2011 at 1:35 PM, Brad King <[email protected]> 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 > [email protected] > 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
_______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
