Re: [CMake] wanna execute a command on make clean through cmakelists

2009-04-08 Thread James Bigler
On Tue, Apr 7, 2009 at 5:54 AM, ankit jain wrote: > Hi all, > > I want to remove certain files when i do make clean.These files are > generated while running tests. > how to achieve it.. > if i dont do that the files which once generated remains there... > on make clean only object files will remo

[CMake] wanna execute a command on make clean through cmakelists

2009-04-07 Thread ankit jain
Hi all, I want to remove certain files when i do make clean.These files are generated while running tests. how to achieve it.. if i dont do that the files which once generated remains there... on make clean only object files will remove automatically nothing is needed to do from our side. but apar