Hi Mathieu,

>   Quick question. What is the command to install a set of *.h files
?
> 
> I tried:
> 
> install(DIRECTORY . DESTINATION include/proj FILES_MATCHING 
> PATTERN "*.h")

Right.

> but it is installing the '.svn' subdir as part of the installation.

Try adding:

         PATTERN ".svn" EXCLUDE

-Steve

--
Steve Huston, Riverace Corporation
Total Lifecycle Support for Your Networked Applications
http://www.riverace.com

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to