Dear all,<br><br>I haven&#39;t been using CMake (and hence following) for almost 3 years and I suppose it has a big progress since 2.4.<br><br>Now I&#39;m looking for most kosher way to specify external dependencies for a particular project. The most straightforward way of specifying include dirs and libraries when porting from Visual Studio - is using include_directories &amp; link_directories commands. However, I heard that link_directories is not very good idea and the preferred way is using imported targets.<br>
<br>Some libraries are internal but built by separate teams for different compilers version. Also we don&#39;t need to find library &amp; include dir&#39;s location, we know them in advance (and it is rather fixed).<br><br>
So may be there are some guides, and discussions or examples about recent Find* modules behavior?<br><br>Thanks in advance,<br>Yuri<br>