[CMake] find folder matching regex?

Brandon Van Every bvanevery at gmail.com
Sun Oct 21 19:26:31 EDT 2007


On 10/21/07, Joseph Garvin <k04jg02 at gmail.com> wrote:
>  and I don't see any way to iterate through all of the
> subfolders of a directory,

FILE(GLOB ...)
If the globbing expressions aren't enough for your search, then get
the output, then run a STRING(REGEX ...) on them.

Cheers,
Brandon Van Every


More information about the CMake mailing list