[Cmake] Removing cmake generated files

Peter Vanroose Peter . Vanroose at esat . kuleuven . ac . be
Tue, 17 Jun 2003 23:05:57 +0200 (CEST)


> I want to be able to tell cmake to remove all of the generated
> makefiles/projects, *.cmake, cmake.* and CMakeTmp etc.  Basically, I
> want to remove everything except CMakeLists.txt and my source files.  Is
> there a way to do this right now?

Yes: just make sure that your build directory differs from your source
directory, then you just have to delete the build directory and everything
below.  (Maybe just save the file CMakeCache.txt)


--	Peter Vanroose.