Olivier Delannoy wrote:
I have probably wrongly explained my issue. I have my source code
located in several folders based on the component / library they are
part of. But I don't want to have recursive make so I don't want to
have my project relying on add_subdirectory(). Thus all my target are
I have probably wrongly explained my issue. I have my source code
located in several folders based on the component / library they are
part of. But I don't want to have recursive make so I don't want to
have my project relying on add_subdirectory(). Thus all my target are
located in the main direct
On Wed, May 13, 2009 at 8:50 AM, wrote:
> Olivier Delannoy wrote:
>> I would like to set include_directories on a per target basis. I
>> understand that the INCLUDE_DIRECTORIES property is currently on a per
>> folder basis. It is a bit of a problem as I would like to flatten my
>> build and hav
Olivier Delannoy wrote:
> I would like to set include_directories on a per target basis. I
> understand that the INCLUDE_DIRECTORIES property is currently on a per
> folder basis. It is a bit of a problem as I would like to flatten my
> build and have all my targets generated in a single destinati
Hi,
I would like to set include_directories on a per target basis. I
understand that the INCLUDE_DIRECTORIES property is currently on a per
folder basis. It is a bit of a problem as I would like to flatten my
build and have all my targets generated in a single destination
folder. Is there any way t