Re: [CMake] cmake script profiler

2013-04-25 Thread Kyle Heath
Volo, Thanks for sharing your cmake-profile-stats tool... I found it very useful. With this tool and about ~10 minutes of tweaking, my configure phase runs ~4x faster! @Bill: I hope similar profiling features will be included in a future release! Cheers, Kyle PS: I added a small extension to y

[CMake] Get include directories for package dependencies

2007-08-15 Thread Kyle Heath
I have read the Mastering CMake book and I'm still having trouble getting inter package dependencies working (in source trees). The Situation: I have a CMake managed static lib package called libA with a libAConfig.cmake file as described in section 6.7 of Mastering CMake. I have another Cmake man

[CMake] Re: Library dependency

2007-08-13 Thread Kyle Heath
On 8/10/07, Christian Convey <[EMAIL PROTECTED]> wrote: > On 8/10/07, Kyle Heath <[EMAIL PROTECTED]> wrote: > > I would like to use cmake to build a set of single target projects > > (each project generates either one library or one executable). I > > underst

[CMake] Library dependency

2007-08-10 Thread Kyle Heath
I would like to use cmake to build a set of single target projects (each project generates either one library or one executable). I understand how to handle dependencies on external packages with the Find.cmake scripts, but I don't know how to deal with internal CMake built packages. There is som