CMake or not CMake

Get answers to all your basic programming questions. No Ogre questions, please!
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Re: CMake or not CMake

Post by jacmoe »

Brocan wrote:Uhm, i'm running in a new problem, i need to find some dlls which have incremental versions (today avcodec-54.dll, tomorrow maybe avcodec-55.dll or avcodec-4843.dll), i'm trying to use some kind of pattern, i've used file GLOB also, no success. :(
I believe CMake ships with a find_MMPEG module - take a look:
http://www.openscenegraph.org/projects/ ... ?rev=10395

Take a look at - for Windows: Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules - chances are that the module is there. And if it isn't, maybe someone, somewhere already created a find module script for CMake.
An example of how CMake can save you some time. :)
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.