James Bigler wrote:
Alexander Neundorf wrote:
On Wednesday 15 August 2007 14:42, James Bigler wrote:
When I run FIND_LIBRARY(MYLIB mylib), the value of MYLIB is the full
path to mylib (i.e. /home/bigler/lib/libmylib.a). When I go to link
the executable it breaks it up into -L/home/bigler/lib -
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
On Thursday 09 August 2007 11:06, Maik Beckmann wrote:
> > gname HATES top-posting so badly!
>
> yardbird <[EMAIL PROTECTED]> writes:
>
> Hello Francesco,
>
> I working on Fortran support enhancements but I'm not finish it yet.
>
> > In the specific case, which I'm attaching as a
> > compressed arc
Alexander Neundorf wrote:
On Wednesday 15 August 2007 14:42, James Bigler wrote:
When I run FIND_LIBRARY(MYLIB mylib), the value of MYLIB is the full
path to mylib (i.e. /home/bigler/lib/libmylib.a). When I go to link
the executable it breaks it up into -L/home/bigler/lib -lmylib.
Is there a w
On Wednesday 15 August 2007 14:42, James Bigler wrote:
> When I run FIND_LIBRARY(MYLIB mylib), the value of MYLIB is the full
> path to mylib (i.e. /home/bigler/lib/libmylib.a). When I go to link
> the executable it breaks it up into -L/home/bigler/lib -lmylib.
>
> Is there a way to get CMake to p
When I run FIND_LIBRARY(MYLIB mylib), the value of MYLIB is the full
path to mylib (i.e. /home/bigler/lib/libmylib.a). When I go to link
the executable it breaks it up into -L/home/bigler/lib -lmylib.
Is there a way to get CMake to put /home/bigler/lib/libmylib.a on the
link line instead o
Nowadays, do DEPENDS in ADD_CUSTOM_TARGET handle target level
dependencies? The docs say they do not. But I thought someone told
me they do.
Cheers,
Brandon Van Every
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
On 8/15/07, Jon W <[EMAIL PROTECTED]> wrote:
> > > > > > > > > > Is it possible to have multiple CMakeLists.txt files within
> > > > > > > > > > the same
> > > > > > > > > > directory? (We have projects that span/share multiple
> > > > > > > > > > directories,
> > > > > > > > > > and currently al
I have found the results of STRING(REGEX MATCHALL ...) to be useless
in practice, because generally I'm operating on a file as my input
stream, and the file typically contains semicolons. I would like
lists that are safe with respect to string operations, that are not
simply strings delimited by
On 8/15/07, Mike Jackson <[EMAIL PROTECTED]> wrote:
> On 8/14/07, Jon W <[EMAIL PROTECTED]> wrote:
> > On 8/14/07, Filip Brcic <[EMAIL PROTECTED]> wrote:
> > > Дана уторак 14 август 2007, Jon W је написао(ла):
> > > > > > > Is it possible to have multiple CMakeLists.txt files within the
> > > > >
On Monday 25 June 2007 17:56, Miguel A. Figueroa-Villanueva wrote:
> Hello everyone,
>
> I have made some changes to the wiki page on lists
> (http://www.cmake.org/Wiki/CMakeMacroListOperations) to reflect the
> new LIST command in CMake 2.4+. I hope I have presented the changes in
> an appropriate
On 8/14/07, Jon W <[EMAIL PROTECTED]> wrote:
> On 8/14/07, Filip Brcic <[EMAIL PROTECTED]> wrote:
> > Дана уторак 14 август 2007, Jon W је написао(ла):
> > > > > > Is it possible to have multiple CMakeLists.txt files within the same
> > > > > > directory? (We have projects that span/share multiple
On Wednesday 15 August 2007 04:16, Hendrik Sattler wrote:
> Am Dienstag 14 August 2007 15:44 schrieb Mathieu Malaterre:
> > On 8/14/07, Tristan Carel <[EMAIL PROTECTED]> wrote:
> > > I will make more serious test with `advanced' options:
> > > DEBIAN_PACKAGE_DEPENDS, stuff like that...
> >
> > If a
Am Dienstag 14 August 2007 17:05 schrieb Oliver Dole:
> You will find as an attachment a dummy cmake module which automates
> SDL_GFX detection as it is already done for SDL_ttf, SDL_image...
> This module is in fact a copy and paste with of course modifications
> of SDL_image module done by Eric W
Am Dienstag 14 August 2007 15:44 schrieb Mathieu Malaterre:
> On 8/14/07, Tristan Carel <[EMAIL PROTECTED]> wrote:
> > I will make more serious test with `advanced' options:
> > DEBIAN_PACKAGE_DEPENDS, stuff like that...
>
> If anyone has any experience with this, he should speak now or hold
> his
15 matches
Mail list logo