Re: [CMake] include_directories per target

2009-05-13 Thread Bill Hoffman
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

Re: [CMake] include_directories per target

2009-05-13 Thread Olivier Delannoy
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

Re: [CMake] include_directories per target

2009-05-13 Thread John Drescher
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

[CMake] include_directories per target

2009-05-13 Thread David . Karr
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

[CMake] include_directories per target

2009-05-12 Thread Olivier Delannoy
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