[CMake] Newbie about REGEX

Alexander Neundorf a.neundorf-work at gmx.net
Sun Feb 11 11:52:28 EST 2007


-------- Original-Nachricht --------
Datum: Sun, 11 Feb 2007 01:54:26 +0100
Von: Pascal Fleury <fleury at users.sourceforge.net>
An: cmake at cmake.org
CC: 
Betreff: [CMake] Newbie about REGEX

> Hi!
> 
> I got recently to the wonderful cmake land, and seem to have a 
> bumpier-than-needed road on this:
> 
> INSTALL( DIRECTORY . DESTINATION include PATTERN "*/*.h" )
> 
> or 
> 
> INSTALL( DIRECTORY . DESTINATION include REGEX "^.*\\.h$" )

>From looking at the man page I'd say you need the EXCLUDE keyword.

Bye
Alex

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


More information about the CMake mailing list