<div dir="ltr">Please do not include terminal screenshots, copy the text from the terminal instead!<br>I am not sure what you are trying to do, but it seems that you have the source code of TagLib inside your project. This is not how it works. You will have to build TagLib as a library and then link your project to it, either dynamically or statically.<br>Concerning the taglib-config.cmake case: This is an internal file from the TagLib source code, actually a shell script with variables in it which will be expanded by CMake, not something you can include in your CMake files. The resulting file is taglib-config, which is a package config style tool to get the compiler and linker options for TagLib. Unfortunately, there is no FindTagLib.cmake file provided with TagLib, most projects have their own, you could try to reuse such a file or use the low level find_library() and find_path() CMake functions.<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">
</div>

</blockquote></div></div>