On 8/14/10 9:31 AM, Eric Noulard wrote:
2010/8/14 Mr Shore<[email protected]>:
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
[email protected]
http://academic.cleardefinition.com/
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake