[CMake] How to build .ax libraries with cmake?

Ryan Pavlik rpavlik at iastate.edu
Sat Aug 14 12:23:48 EDT 2010


  On 8/14/10 9:31 AM, Eric Noulard wrote:
> 2010/8/14 Mr Shore<shore.cloud at gmail.com>:
>> Hi all,
>>
>> The source and binary are available here:
>>
>> http://tmhare.mvps.org/downloads/vcam.zip
>>
>> How to build .ax libraries with cmake?
> May be some dummy newbie questions but ...
>
> - Can tell us a little about **what are** AX libraries?
> - Some documentation? URL ?
> - Which tool(s) do you currently use to build those AX ?
> etc...
>
Thinking they are Windows codecs - looks like they are probably just 
.dlls with different extensions (based on looking at the .dsp file and 
some looking on the web).  My (educated) guess is the following:

set(CMAKE_SHARED_MODULE_SUFFIX .ax)
add_library(YourTarget MODULE source.cpp source.h)

Ryan||*||* 
<http://cmake.org/cmake/help/cmake-2-8-docs.html#variable:CMAKE_SHARED_MODULE_SUFFIX> 


-- 
Ryan Pavlik
Human-Computer Interaction Graduate Student
Virtual Reality Applications Center
Iowa State University

rpavlik at iastate.edu
http://academic.cleardefinition.com/

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


More information about the CMake mailing list