On 04/14/2011 12:47 PM, J.S. van Bethlehem wrote:
> Dear users,
> 
> As a new user CMake I've come across some things I don't fully 
> understand yet. Here is such a thing: when using cmake -E is there a
> way to pass multiple files at once when using 'remove' or
> 'remove_directory', ie something like: cmake -E remove file1 file2
> file3 (well... that syntax is not valid, but is there a way to do the
> above, without having to call cmake -E for every file separately?)
> 
> Yours sincerely, Jakob van Bethlehem

Yes, read

cmake -E help


Michael
_______________________________________________
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