<div dir="ltr"><div>Hi,</div><div><br></div><div>While checking if any addon libraries could be removed, I found that many libraries in `target_link_libraries` calls on addons can be removed simply because those libraries are in the INTERFACE requirements of KTextEditor (for example I18n). Is it preferred to still explicitly link against I18n using `target_link_libraries` or is it fine to just link against KTextEditor (because then many addons can link against just KTextEditor to gain access to all their dependencies)?</div><div><br></div><div>The annoying thing with specifying all dependencies explicitly is that there's no easy way to check if you explicitly listed every dependency because you might always transitively get that dependency via another dependency.<br></div><div><br></div><div>Regards,</div><div><br></div><div>Daan<br></div></div>