Problem Using taglib in Another Project
    Scott Wheeler 
    scott at taglib.org
       
    Fri Sep 13 01:59:35 BST 2024
    
    
  
> On 12. Sep 2024, at 18:35, Steve Matzura <sm at noisynotes.com> wrote:
> 
> I did exactly that. But the file and question isn’t there. It just plain isn’t. I even tried something dumb: I defined the environment variable in question with and without the colon. Nothing helped.
Ah, sorry, I missed that you didn’t include:
-DBUILD_SHARED_LIBS=On
In your initial CMake command line options.  You have to have that there to tell TagLib to build the shared libraries (instead of just static libraries).
-Scott
    
    
More information about the taglib-devel
mailing list