Re: [CMake] INCLUDE_DIRECTORIES per project

2009-04-10 Thread Adrian Boeing
would work if I moved the files into separate directories? Thanks. On Sat, Apr 11, 2009 at 6:22 AM, Philip Lowman wrote: > On Fri, Apr 10, 2009 at 5:03 PM, Alexander Neundorf > wrote: >> >> On Friday 10 April 2009, Adrian Boeing wrote: >> > Hi, >> > >>

[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'