Re: [CMake] using cmake with google's protocol buffers

2008-09-18 Thread Neil Girdhar
Hi Eric. Thanks a lot for getting back to me. 2008/9/18 Eric Noulard <[EMAIL PROTECTED]> > 2008/9/18 Neil Girdhar <[EMAIL PROTECTED]>: > > > > Hi, I'm trying to add a special cmake rule to build google's protocol > > buffers, and I was hoping someone could help me do it. I've broken down > the

Re: [CMake] using cmake with google's protocol buffers

2008-09-18 Thread Eric Noulard
2008/9/18 Neil Girdhar <[EMAIL PROTECTED]>: > > Hi, I'm trying to add a special cmake rule to build google's protocol > buffers, and I was hoping someone could help me do it. I've broken down the > details of the protocol compiler here, so all that's missing is a cmake > expert. Did you look at t

Re: [CMake] using cmake with google's protocol buffers

2008-09-17 Thread Neil Girdhar
Hi, I'm trying to add a special cmake rule to build google's protocol buffers, and I was hoping someone could help me do it. I've broken down the details of the protocol compiler here, so all that's missing is a cmake expert. I have some ".proto" files that live in the same directories as the sou