Linking the TagLib library

Hey, can any one please provide me with the correct steps to link the TagLib library to my Juce audio project. Actually when I
try to link it to my app I get the following error:

|Error|LNK2019|unresolved external symbol __declspec(dllimport) public: __cdecl TagLib::FileRef::FileRef(class TagLib::FileName,bool,enum TagLib::AudioProperties::ReadStyle) (_imp??0FileRef@TagLib@@QEAA@VFileName@1@_NW4ReadStyle@AudioProperties@1@@Z) referenced in function public: __cdecl MainComponent::MainComponent(void) (??0MainComponent@@QEAA@XZ)