<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Thank you very much for your help Michael.<br><br>regards<br>Gilles.<br><div><br>> Message: 5<br>> Date: Thu, 12 Jan 2012 16:34:02 +0100<br>> From: Michael Wild <themiwi@gmail.com><br>> Subject: Re: [CMake] directshow change dll name to .ax<br>> To: cmake@cmake.org<br>> Message-ID: <4F0EFD6A.5060707@gmail.com><br>> Content-Type: text/plain; charset=ISO-8859-1<br>> <br>> On 01/12/2012 04:26 PM, gilles B wrote:<br>> > Hi,<br>> > <br>> > I want to create a directshow filter (windows) and so change output name<br>> > of my dll from "myfilter.dll" to "myfilter.ax"<br>> > How to do this ?<br>> > <br>> > Thank you very much for your help<br>> > <br>> > regards<br>> > Gilles.<br>> > <br>> <br>> set_target_properties(myfilter PROPERTIES<br>> SUFFIX .ax)<br>> <br>> <br>> HTH<br>> <br>> Michael<br><br></div>                                            </div></body>
</html>