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

Brandon Van Every bvanevery at gmail.com
Sat Jun 9 12:54:25 EDT 2007


On 6/9/07, Clark J. Wang <dearvoid at gmail.com> wrote:
>
> 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'?

Look at SET_DIRECTORY_PROPERTIES.  Doing a Find on keywords in the
docs is often a good strategy for figuring something out, although it
won't tell you everything.


Cheers,
Brandon Van Every


More information about the CMake mailing list