cmake source and out-of-source navigation
Posted
by idimba
on Stack Overflow
See other posts from Stack Overflow
or by idimba
Published on 2009-07-28T12:03:06Z
Indexed on
2010/05/02
20:57 UTC
Read the original article
Hit count: 324
Hi,
cmake advises to use out-of-source builds. While in general I like the idea I find it not comfortable to navigate from out-of-source sub directory to the corresponding source directory. I frequently need the code to perform some actions with code (e.g. grep, svn command etc.).
Is there an easy way in shell to navigate from out-of-source sub directory to the corresponding source directory?
Thanks Dima
© Stack Overflow or respective owner