[cfe-dev] patch: improving the add_clang_unittest() CMake function, and using it to add a target for unittests/Basic

Zhanyong Wan (λx.x x) wan at google.com
Thu Feb 17 12:10:11 PST 2011


2011/2/17 Jeffrey Yasskin <jyasskin at google.com>:
> On Tue, Feb 15, 2011 at 9:01 PM, Zhanyong Wan (λx.x x) <wan at google.com> wrote:
>> I think a space-separated string is easier to parse (for a human
>> reader) than a semicolon-separated one, as it makes the boundary of
>> each word very obvious, especially with monospace fonts.  If you are
>> fine with it, I'd like to go with the current version.
>
> dgregor suggested http://www.itk.org/Wiki/CMakeMacroParseArguments for
> making these arguments easier to read.

Interesting.  I fear that it can be more confusing than helpful, as
there's no strong syntactical distinction between the parameter names
and their values -- they are all just a token in the argument list.

-- 
Zhanyong




More information about the cfe-dev mailing list