Hi,
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > ] On Behalf Of Andreas Pakulat > Sent: Monday, December 03, 2007 11:52 AM > To: [email protected] > Subject: Re: [CMake] Using Macro function like > > On 03.12.07 05:47:29, Brandon Van Every wrote: > > On Dec 3, 2007 5:41 AM, <[EMAIL PROTECTED]> wrote: > > > > > > I invoke the macro by calling it with C2ADA(${LIST_OF_FILES} ADS). > > > > > > Is there a possibilty to do what I want by using another command? > > > > You want variable arguments. Look in the MACRO docs for > ARGC, ARGV, and ARGN. Nope I want to have only two arguments. One for my list and one for the option. > And it might be easier if you switch positions for option and > file-list. So there is no other possiblity instead using ARGV? Thought it could be easier. Then I will parse the ARGV given list on my own. Thanks for your help. Greetings Alexander ---------------------------------------------------------------- Please note: This e-mail may contain confidential information intended solely for the addressee. If you have received this e-mail in error, please do not disclose it to anyone, notify the sender promptly, and delete the message from your system. Thank you.
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
