<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 8/14/10 9:31 AM, Eric Noulard wrote:
    <blockquote
      cite="mid:AANLkTikcaJetxRxQDCJazj9g+Bvug4mSVFtRw+kh2pSx@mail.gmail.com"
      type="cite">
      <pre wrap="">2010/8/14 Mr Shore <a class="moz-txt-link-rfc2396E" href="mailto:shore.cloud@gmail.com">&lt;shore.cloud@gmail.com&gt;</a>:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hi all,

The source and binary are available here:

<a class="moz-txt-link-freetext" href="http://tmhare.mvps.org/downloads/vcam.zip">http://tmhare.mvps.org/downloads/vcam.zip</a>

How to build .ax libraries with cmake?
</pre>
      </blockquote>
      <pre wrap="">
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...

</pre>
    </blockquote>
    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).&nbsp; My (educated) guess is the following:<br>
    <br>
    set(CMAKE_SHARED_MODULE_SUFFIX .ax)<br>
    add_library(YourTarget MODULE source.cpp source.h)<br>
    <br>
    Ryan<code></code><a
href="http://cmake.org/cmake/help/cmake-2-8-docs.html#variable:CMAKE_SHARED_MODULE_SUFFIX"><b><code></code></b></a>
    <pre class="moz-signature" cols="72">-- 
Ryan Pavlik
Human-Computer Interaction Graduate Student
Virtual Reality Applications Center
Iowa State University

<a class="moz-txt-link-abbreviated" href="mailto:rpavlik@iastate.edu">rpavlik@iastate.edu</a>
<a class="moz-txt-link-freetext" href="http://academic.cleardefinition.com/">http://academic.cleardefinition.com/</a></pre>
  </body>
</html>