Using Cmake to create TagLib for Visual Studio 2010 independent
Hi
I'm currently working on a MFC project to that needs a ID3-reader (that is quite updated) and the only alternative I know of is TagLib: http://developer.kde.org/~wheeler/taglib.html (equal and better alternatives?)
I have downloaded the CMake-installer w/gui and manage to compile the TagLib without a problem.
But the cmake compilation is not directory independent. I used a directory called C:\Library\TaglibSVN and checked the files into my own svn.
When checked out on another computer I'm forced to move files to C:\library\TagLibSVN since the Cmake-files are hardcoded.
Any gurus out there having variables like $(SolutionDir) to be used with CMake?
Cheers!