Hi<br>I am trying to build a shared library from many static libs, so I can divide my compilation in subdirectories.<br>But I don&#39;t get how i should do this.<br>I tried to use TARGET_LINK_LIBRARY( first_lib, second_lib, ...)<br>
But cmake says : &quot; Attempt to add link library &quot;first_lib&quot;, to target &quot;second_lib&quot;, which is not built by this project.&quot;<br clear="all">Is there a better way to di this ? <br>Thanks in advance<br>
<br>-- <br> - Always keep in mind that you may be wrong -