[CMake] Re: Install of pattern matched files

Brandon Van Every bvanevery at gmail.com
Fri Dec 28 16:51:50 EST 2007


On Dec 28, 2007 4:33 PM, Mike Jackson <imikejackson at gmail.com> wrote:
>
> INSTALL(DIRECTORY src/
>   DESTINATION include/MXADataModel
>   REGEX ".*\\.h$"
> )
>
> which I think should work. So what am I doing wrong?

The regex is correct.  What happens if you use "src" instead of "src/" ?


Cheers,
Brandon Van Every


More information about the CMake mailing list