Re: [CMake] communicat variables from sub directories

2006-04-06 Thread Axel Roebel
On Thursday 06 April 2006 18:00, James Bigler wrote: > Brad King wrote: > > Axel Roebel wrote: > >> Hello, > >> > >> I am trying to collect source file lists from sub directories > >> into the main cmake cache. > >> > >> The idea is that the main directory gets a collection of all source > >> files

Re: [CMake] communicat variables from sub directories

2006-04-06 Thread Axel Roebel
On Thursday 06 April 2006 16:42, Brad King wrote: > Axel Roebel wrote: > > Hello, > > > > I am trying to collect source file lists from sub directories > > into the main cmake cache. > > > > The idea is that the main directory gets a collection of all source files > > and header files such that it

Re: [CMake] communicat variables from sub directories

2006-04-06 Thread James Bigler
Brad King wrote: Axel Roebel wrote: Hello, I am trying to collect source file lists from sub directories into the main cmake cache. The idea is that the main directory gets a collection of all source files and header files such that it may run a doxygen whenever one of these files has chang

Re: [CMake] communicat variables from sub directories

2006-04-06 Thread Brad King
Axel Roebel wrote: Hello, I am trying to collect source file lists from sub directories into the main cmake cache. The idea is that the main directory gets a collection of all source files and header files such that it may run a doxygen whenever one of these files has changed. Imagine SET(

[CMake] communicat variables from sub directories

2006-04-05 Thread Axel Roebel
Hello, I am trying to collect source file lists from sub directories into the main cmake cache. The idea is that the main directory gets a collection of all source files and header files such that it may run a doxygen whenever one of these files has changed. Imagine SET(DOCFILES "" CACHE INTE