Re: [CMake] include dependecy problem

2009-05-18 Thread e...@cs.bgu.ac.il
On Mon 18 May 12:48 2009 Michael Wild wrote: > > On 18. May, 2009, at 10:42, e...@cs.bgu.ac.il wrote: > > > > > hello. > > I'm writing a c++ program under linux and I use cmake 2.6.4 to > > manage compilation. > > in one of the files I need use external include files which resides > > in /us

Re: [CMake] include dependecy problem

2009-05-18 Thread Michael Wild
On 18. May, 2009, at 10:42, e...@cs.bgu.ac.il wrote: hello. I'm writing a c++ program under linux and I use cmake 2.6.4 to manage compilation. in one of the files I need use external include files which resides in /usr/include/folder_name/, lets call them file1.h and file2.h now if I decl

[CMake] include dependecy problem

2009-05-18 Thread e...@cs.bgu.ac.il
hello. I'm writing a c++ program under linux and I use cmake 2.6.4 to manage compilation. in one of the files I need use external include files which resides in /usr/include/folder_name/, lets call them file1.h and file2.h now if I declare the includes in my file like this: #include #include