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