[CMake] Re: How to integrate 3rd-party software into cmake system

Clark J. Wang dearvoid at gmail.com
Sat Jun 9 22:14:01 EDT 2007


On 6/9/07, gga <ggarra at advancedsl.com.ar> wrote:
>
> Clark J. Wang wrote:
> > Another question:
> >
> > By default `make clean' does not know how to clean the 3rd-party
> > package. How can I add another command which will be run by `make
> clean'?
> >
>
> AFAIK, you can't.  But you can add additional files to the clean
> command. See SET_DIRECTORY_PROPERTIES( ADDITIONAL_MAKE_CLEAN_FILES ).


SET_DIRECTORY_PROPERTIES(ADDITIONAL_MAKE_CLEAN_FILES) is not a good idea. I
don't know exactly which files should be cleaned for the 3rd-party software.
I just want to `make clean' for it.

--
> Gonzalo Garramuño
> ggarra at advancedsl.com.ar
>
> AMD4400 - ASUS48N-E
> GeForce7300GT
> Kubuntu Edgy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20070610/a5cdb184/attachment.htm


More information about the CMake mailing list