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

2012-01-16 Thread gilles B
Thank you very much for your help Michael. regards Gilles. Message: 5 Date: Thu, 12 Jan 2012 16:34:02 +0100 From: Michael Wild them...@gmail.com Subject: Re: [CMake] directshow change dll name to .ax To: cmake@cmake.org Message-ID: 4f0efd6a.5060...@gmail.com Content-Type: text/plain

[CMake] directshow change dll name to .ax

2012-01-12 Thread gilles B
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. -- Powered by www.kitware.com Visit other Kitware open-source

Re: [CMake] directshow change dll name to .ax

2012-01-12 Thread Michael Wild
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)