[CMake] Need help with GLOB expression

Robert Dailey rcdailey at gmail.com
Sat Mar 28 16:20:03 EDT 2009


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 :)

On Fri, Mar 27, 2009 at 7:07 PM, Robert Dailey <rcdailey at gmail.com> wrote:

> I need to create a glob expression (For file( GLOB_RECURSE ) ) that will
> find files with the following extensions:
> *.h
> *.hpp
> *.ipp
>
> How can I format my glob expression to do this? I know for HPP and IPP
> files, my glob expression would be:
>
> *.[hi]pp
>
> However, this ignores all H files.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090328/6673cee0/attachment.htm>


More information about the CMake mailing list