[CMake] directshow change dll name to .ax - RESOLVED

gilles B gnetwb at hotmail.com
Mon Jan 16 03:59:08 EST 2012


Thank you very much for your help Michael.

regards
Gilles.

> Message: 5
> Date: Thu, 12 Jan 2012 16:34:02 +0100
> From: Michael Wild <themiwi at gmail.com>
> Subject: Re: [CMake] directshow change dll name to .ax
> To: cmake at cmake.org
> Message-ID: <4F0EFD6A.5060707 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> On 01/12/2012 04:26 PM, gilles B wrote:
> > Hi,
> > 
> > I want to create a directshow filter (windows) and so change output name
> > of my dll from "myfilter.dll" to "myfilter.ax"
> > How to do this ?
> > 
> > Thank you very much for your help
> > 
> > regards
> > Gilles.
> > 
> 
> set_target_properties(myfilter PROPERTIES
>   SUFFIX .ax)
> 
> 
> HTH
> 
> Michael

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120116/5ada44ec/attachment.htm>


More information about the CMake mailing list