traverso-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Traverso-devel] out of source builds


From: Remon
Subject: Re: [Traverso-devel] out of source builds
Date: Mon, 19 Nov 2007 16:32:56 +0100
User-agent: KMail/1.9.6 (enterprise 0.20070907.709405)

> I would try and change it to:

>

> ADD_PRECOMPILED_HEADER(precompiled_headers

> ${CMAKE_SOURCE_DIR}/src/precompile.h)

That didn't work, but adding some include dirs solved it, so pch should work now with out of source builds as well!

Remon

>

> I will test everything ASAP.

>

> Paul

>

> 2007/11/19, Remon <address@hidden>:

> > Hi,

> >

> > Paul asked me if out of source builds support could be added, and

> > supplied a

> > patch.

> >

> > I'm not entirely sure, but I think I've found yet another solution to

> > support

> > out of source builds, please test if you like to use out of source

> > builds....

> >

> > Thanks,

> >

> > Remon

> >

> > P.S.

> > Out of source builds goes like this:

> >

> > $ cd /to/your/favorite/build/directory/

> > $ cmake /path/to/traverso/source

> > (optionally you could then run $ ccmake . to edit whatever parameter, and

> > don't set pch to ON since it won't work with out of source builds)

> > $ make

> >

> > The traverso binary now lives in /your/favorite/build/directory/bin

> > and all the build files live in /your/favorite/build/directory/

> > So the source dir is kept clean and mean :)

> >

> >

> > _______________________________________________

> > Traverso-devel mailing list

> > address@hidden

> > http://lists.nongnu.org/mailman/listinfo/traverso-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]