RE: [CMake] New Eclipse/Cmake Tutorial.. With Pictures

2007-07-08 Thread Trevor Kellaway
Mike, > > myproject/source > > myproject/build > > > > I then set Eclipse to import from the myproject level. > > I actually do the same, but for simplistick sake I just did > the usual tutorial approach and put everything loose in a > directory. I usually have the layout of: > > MyProject/s

RE: [CMake] New Eclipse/Cmake Tutorial.. With Pictures

2007-07-08 Thread Trevor Kellaway
Mike, > I have made the suggested changes to the Cmake:Eclipse wiki entry. > Take a look and let me know. Looks good. For "True Out of Source Builds" as mentioned before in the forum I use this slightly different style of project layout, avoiding placing the build tree directly under the source

Re: [CMake] New Eclipse/Cmake Tutorial.. With Pictures

2007-07-08 Thread Mike Jackson
On 7/8/07, Trevor Kellaway <[EMAIL PROTECTED]> wrote: Mike, > You are correct in the sense that an external build is not > _technically_ required because make should pick up the > changes to the CMakeLists.txt file and rerun cmake, then make. Absolutely, I think it is important to emphasise thi

RE: [CMake] New Eclipse/Cmake Tutorial.. With Pictures

2007-07-08 Thread Trevor Kellaway
Mike, > You are correct in the sense that an external build is not > _technically_ required because make should pick up the > changes to the CMakeLists.txt file and rerun cmake, then make. Absolutely, I think it is important to emphasise this point, as most of the CMake newbies I've dealt with

Re: [CMake] New Eclipse/Cmake Tutorial.. With Pictures

2007-07-07 Thread Mike Jackson
On 7/7/07, Guilherme Bertuol <[EMAIL PROTECTED]> wrote: TrevK, You make a good point, but for large projects regenerate cmake profiles could become prohibitive for each rebuilding. Perhaps, adding an additional entry on the wiki page explaining your idea is the best choice. cheers, Guilherme 2

Re: [CMake] New Eclipse/Cmake Tutorial.. With Pictures

2007-07-07 Thread Guilherme Bertuol
TrevK, You make a good point, but for large projects regenerate cmake profiles could become prohibitive for each rebuilding. Perhaps, adding an additional entry on the wiki page explaining your idea is the best choice. cheers, Guilherme 2007/7/7, Trevor Kellaway <[EMAIL PROTECTED]>: Mike, > I

RE: [CMake] New Eclipse/Cmake Tutorial.. With Pictures

2007-07-07 Thread Trevor Kellaway
Mike, > I finally updated the Eclipse/Cmake tutorial on the Cmake wiki page. > > http://www.cmake.org/Wiki/CMake:Eclipse Excellent Wiki entry. FYI, a few dotted boxed entries like "2." in "File System Setup" seem to not line wrap in Firefox. Are you sure "Creating an External Tool to run cmak

Re: [CMake] New Eclipse/Cmake Tutorial.. With Pictures

2007-07-04 Thread Brandon Van Every
On 7/4/07, Mike Jackson <[EMAIL PROTECTED]> wrote: I finally updated the Eclipse/Cmake tutorial on the Cmake wiki page. http://www.cmake.org/Wiki/CMake:Eclipse I broke off the Eclipse stuff onto its own page. I added some screen shots to help make clear what I am trying to do. Hope it helps som

[CMake] New Eclipse/Cmake Tutorial.. With Pictures

2007-07-04 Thread Mike Jackson
I finally updated the Eclipse/Cmake tutorial on the Cmake wiki page. http://www.cmake.org/Wiki/CMake:Eclipse I broke off the Eclipse stuff onto its own page. I added some screen shots to help make clear what I am trying to do. Hope it helps someone. -- Mike Jackson imikejackson & gmail * co