try:<br><br>*.(h|hpp|ipp)<br><br><div class="gmail_quote">2009/3/28 Robert Dailey <span dir="ltr"><<a href="mailto:rcdailey@gmail.com">rcdailey@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Can I get some help with this? Sorry to rush, but I'm a bit blocked. I know some of you may be tempted to ask my why I'm doing this and possibly even try to change my mind, but with all do respect, I don't plan to avoid globbing :)<br>
<br><div class="gmail_quote">On Fri, Mar 27, 2009 at 7:07 PM, Robert Dailey <span dir="ltr"><<a href="mailto:rcdailey@gmail.com" target="_blank">rcdailey@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I need to create a glob expression (For file( GLOB_RECURSE ) ) that will find files with the following extensions:<div><br></div><div>*.h</div><div>*.hpp</div><div>*.ipp</div><div><br></div><div>How can I format my glob expression to do this? I know for HPP and IPP files, my glob expression would be:</div>
<div><br></div><div>*.[hi]pp</div><div><br></div><div>However, this ignores all H files.</div>
</blockquote></div><br>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>