2009/6/5 Denis Scherbakov <denis_scherba...@yahoo.com>:
>
>> Is it possible to set the preprocessing to all .m4 files
>> avoiding a
>> manual specification of list of files to processed?
>
> I don't know of such, but it does not mean that it does not exist.
>
> If your list of files changes all the time, you can use FILE(GLOB...)
> to find all *.m4 files to automate process.

I try this out.

>
> (Please also not that somebody submitted a hint that COMMAND m4 ARGS ... > 
> ... may actually work,
> the trick is COMMAND and ARGS. But I did not try it.)

With that the redirection operator works well. But, it is somehow not able to
the find the input file itself. I think it is related to setting paths
right... I'll try this
out.

Thanks Denis and Robert...
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to