Re: [CMake] INCLUDE_DIRECTORIES per project

2009-04-10 Thread Philip Lowman
On Sat, Apr 11, 2009 at 12:17 AM, Adrian Boeing wrote: > Great, thanks Philip! It would be fantastic if CMake included this > feature in future. > > Just for clarification to make sure I haven't misunderstood, the > solution Alex proposed would not do what I wanted (separate includes) > because b

Re: [CMake] INCLUDE_DIRECTORIES per project

2009-04-10 Thread Adrian Boeing
Great, thanks Philip! It would be fantastic if CMake included this feature in future. Just for clarification to make sure I haven't misunderstood, the solution Alex proposed would not do what I wanted (separate includes) because both files are in the same directory? What Alex is suggesting would w

Re: [CMake] INCLUDE_DIRECTORIES per project

2009-04-10 Thread Philip Lowman
On Fri, Apr 10, 2009 at 5:03 PM, Alexander Neundorf wrote: > On Friday 10 April 2009, Adrian Boeing wrote: > > Hi, > > > > I would like to have a portable way of having separate include > > directories for each 'project' in my visual studio 'solution'. > > ie: > > common/ > > dir/file1 > > dir/fi

Re: [CMake] INCLUDE_DIRECTORIES per project

2009-04-10 Thread Alexander Neundorf
On Friday 10 April 2009, Adrian Boeing wrote: > Hi, > > I would like to have a portable way of having separate include > directories for each 'project' in my visual studio 'solution'. > ie: > common/ > dir/file1 > dir/file2 > > share the include directory 'common' , and have seperate 'include1' > a

[CMake] INCLUDE_DIRECTORIES per project

2009-04-09 Thread Adrian Boeing
Hi, I would like to have a portable way of having separate include directories for each 'project' in my visual studio 'solution'. ie: common/ dir/file1 dir/file2 share the include directory 'common' , and have seperate 'include1' and 'include2' directories. This would correspond to two 'projects'