>>> On 23-11-2010 at 10:55, in message <4ceb8f76.80...@korg.it>, Andrea
Galeazzi
wrote:
> In a project I've got two groups of files having different include
> paths. These paths have some conflicts so I need to specify just one
> for each file requires it.
> My first idea was to apply set_sour
In a project I've got two groups of files having different include
paths. These paths have some conflicts so I need to specify just one
for each file requires it.
My first idea was to apply set_source_files_properties with a property
like include_directories but I don't find anything similar. M