>
> > CMake has several types of properties. A property can be assigned to a
> > file, a directory, a target, or globally to CMake.
> > Include and lib directories are commonly controlled via directory
> > properties, which by default are propagated downwards (i.e. from
> > parent dirs to sub dirs).
> > If you wish you could define a new global property using
> > "define_property" and then manipulate it via "get/set_property".
>
> that's what I tried but I never got a list accepted as the value for
> a property. The list seem to be confused with multiple prop/value pairs.
> A single value works fine. Ideally I would like to attach it to the
> target and not modify a global value.
>
Did you use something like SET_PROPERTY( GLOBAL PROPERTY propname val1 val2
val3 ${someVar} etc ) ?
Weird. Anyway, when you have trouble you can try writing the list as a
single argument using semicolons:
SET_PROPERTY( GLOBAL PROPERTY propname "val1;val2;val3;${someVar}" )
Regards,
Thiago
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Opensg-core mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-core