[Cmake] Recursive cleaning...
Jean-Francois LECOMTE
lecomte at litteral . fr
Tue, 09 Sep 2003 16:27:08 +0200
Hi there,
Just a dummy question.
I've found in the archives how to remove CMake generated files, but i'm
unable to make it more general
in order to process each subdir and make it installing and execute the
new target distclean.
i've following source tree
root
root/Subdirs1
root/Subdirs2
i would like "make distclean" able to remove CMake generated files not
only in root directory but in each subdir
SUBDIR( Subdirs1 Subdirs2)
Any idea, how to make this ?
thanks,
Jef