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 <[email protected]> wrote: > 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 "execute_process(COMMAND svn add ${theFile})") > -- > Best regards/Schöne Grüße > > Martin > > A: Because it breaks the logical sequence of discussion > Q: Why is top posting bad? > > () ascii ribbon campaign - against html e-mail > /\ www.asciiribbon.org - against proprietary attachments > > This mail was not scanned before sending. > It was sent from a secure Linux desktop. > -- > > 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 >
-- 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
