If you have included taglib sources into your project, following should be enough<br>target_link_libraries (Bar1 ... taglib) [in Bar1/CMakeLists.txt]<br>this should take into account your local taglib sources and add a dependency<br>
<br>Btw I&#39;m just a beginner with cmake and using <a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a> you may get better/technically sound answers<br><br>Regards,<br><br>