Added utilty script for cleaning up build files/directories.

This commit is contained in:
Robert Osfield 2008-03-14 15:33:47 +00:00
parent a49ed677b5
commit 164f2160ff

6
CMakeModules/clean_directories Executable file
View File

@ -0,0 +1,6 @@
find . -name Makefile | xargs rm -rf
find . -name cmake_install.cmake | xargs rm -rf
find . -name CMakeFiles | xargs rm -rf
rm -rf CMakeCache.txt cmake_uninstall.cmake install_manifest.txt
rm -rf lib bin