<div class="gmail_quote">On Tue, Jun 30, 2009 at 11:43 AM, Knox, Kent <span dir="ltr"><<a href="mailto:Kent.Knox@amd.com">Kent.Knox@amd.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Yes, this was the trick. Thank you to Eric Noulard and David Cole<br>
<div class="im"><br>
"With the expression the way it is, you're trying to exclude things that<br>
have literal "/.txt" in them. What you want is ".txt" right?"<br>
<br>
</div>I suppose that I'm a little confused by the RegEx. So with the '/'<br>
characters, was I literally looking for a '/' characters in my search<br>
patterns? Is that why they work in the directory filters? </blockquote><div><br></div><div>Yes.</div><div><br></div><div>The variable is a list of regular expressions. Each regex is separated from the next by the ";" characters. The "/" is literally matching. The backslashes are double escaped because CMake and the regex processor both use "\" as an escape character.</div>
<div><br></div><div><br></div></div>