On 10/26/06, Tristan Carel <[EMAIL PROTECTED]> wrote:
On 10/26/06, Matthew Campbell <[EMAIL PROTECTED]> wrote:
>
> [...]
[...]
I don't see how to make 'globbing' patterns which can:
- find .h and .cpp
- find files which do NOT contain a specific pattern.
I'm interesting if you see a way to do i
rsday, October 26, 2006 10:41 PM
To: Matthew Campbell
Cc: CMake ML
Subject: Re: [CMake] File Globbing
On 10/26/06, Matthew Campbell <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hey guys,
>
>
>
> So to warn you, this is really more of a regular expression question than a
> cma
On 10/26/06, Matthew Campbell <[EMAIL PROTECTED]> wrote:
Hey guys,
So to warn you, this is really more of a regular expression question than a
cmake question but since the problem is in a cmake script I thought you guys
may cut me some slack. J In any case, I have a situation where my sou
Hey guys,
So to warn you, this is really more of a regular _expression_
question than a cmake question but since the problem is in a cmake script I
thought you guys may cut me some slack. J In any
case, I have a situation where my source directory contains the following:
Something.
jbd wrote:
I'd like to retrieve the relative path of a list of files. For example :
FILE (GLOB SRC_FILES Test*.cxx Test*.cpp Test*.c)
See the RELATIVE option
FILE(GLOB variable [RELATIVE path] [globbing expressions]...)
Jan.
--
Dipl.-Ing. Jan Woetzel
---
Hello everybody,
Sorry for this question, i didn't find a solution on the web or even
in the 2.2 version book, but i'm quite a beginner regarding CMake =)
I'd like to retrieve the relative path of a list of files. For example :
FILE (GLOB SRC_FILES Test*.cxx Test*.cpp Test*.c)
Here, SRC_FILES wi