Re: [CMake] copy a folder and subfolders with the INSTALL() command

2011-08-22 Thread Michael Wild
On Mon 22 Aug 2011 04:44:35 PM CEST, Julien Dardenne wrote: > Hi, > > I try to copy when installing the headers of my project. > But I can't copy them, keeping the tree. > Is it possible to keep the tree with the install() command ? > > Thanks Try the install(DIRECTORY ...) signature. If there a

[CMake] copy a folder and subfolders with the INSTALL() command

2011-08-22 Thread Julien Dardenne
Hi, I try to copy when installing the headers of my project. But I can't copy them, keeping the tree. Is it possible to keep the tree with the install() command ? Thanks ___ Powered by www.kitware.com Visit other Kitware open-source projects at http