Re: [CMake] Using cmake install target to add into svn directory

2012-12-09 Thread Vivek Goel
Thanks I modified cmake unistall example for my purpose: http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F regards Vivek Goel On Sun, Dec 9, 2012 at 2:21 AM, Martin Koller wrote: > On Saturday 08 December 2012 20:56:49 Vivek Goel wrote: > > Do I need to change a

Re: [CMake] Using cmake install target to add into svn directory

2012-12-08 Thread Martin Koller
On Saturday 08 December 2012 20:56:49 Vivek Goel wrote: > Do I need to change all install rull using this syntax or can I use an > override rule which can do It for all components ? I'm not that experienced with cmake... What about the following: set(SOURCES file1 file2 file3 ... and so on ) fo

Re: [CMake] Using cmake install target to add into svn directory

2012-12-08 Thread Vivek Goel
Do I need to change all install rull using this syntax or can I use an override rule which can do It for all components ? regards Vivek Goel On Sun, Dec 9, 2012 at 12:59 AM, Martin Koller wrote: > On Friday 07 December 2012 07:37:38 Vivek Goel wrote: > > Hi, > > I am using cmake install targe

Re: [CMake] Using cmake install target to add into svn directory

2012-12-08 Thread Martin Koller
On Friday 07 December 2012 07:37:38 Vivek Goel wrote: > Hi, > I am using cmake install target to copy files to directory. > Is there a way I can tell cmake to automatically add destination files in svn > repo ? > > regards > Vivek Goel What about an additional install rule, e.g. install(CODE "e