Re: [CMake] Common CMake setup for several projects

2011-10-14 Thread Paul Hansen
Thanks! On Fri, Oct 14, 2011 at 2:05 PM, John Drescher wrote: > On Fri, Oct 14, 2011 at 7:33 AM, Paul Hansen > wrote: > > Hi > > > > Is it possible to make a common CMake setup that can be used in several > > projects? > > > > The projects are independant but do use common libraries. Would be n

Re: [CMake] Common CMake setup for several projects

2011-10-14 Thread John Drescher
On Fri, Oct 14, 2011 at 7:33 AM, Paul Hansen wrote: > Hi > > Is it possible to make a common CMake setup that can be used in several > projects? > > The projects are independant but do use common libraries. Would be nice to > set this up in one place and not in the CMakeLists.txt for each project.

[CMake] Common CMake setup for several projects

2011-10-14 Thread Paul Hansen
Hi Is it possible to make a common CMake setup that can be used in several projects? The projects are independant but do use common libraries. Would be nice to set this up in one place and not in the CMakeLists.txt for each project. Can it be done "preprocessor-like": #include "/path/to/common/C