To the best of my knowledge, there is not an easy, cross-platform way to decompose.<br><br><div><br><div class="gmail_quote">On Wed, Sep 8, 2010 at 11:43 PM, Tim St. Clair <span dir="ltr">&lt;<a href="mailto:timothysc@gmail.com">timothysc@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I guess a follow on to that would be the opposite to composition.  If I wanted to decompose a cmake library to determine what object files it contains is there an easy mechanism for this?  <div>
<br></div><div>Cheers,</div>

<div>Tim<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Wed, Sep 8, 2010 at 4:30 PM, David Cole <span dir="ltr">&lt;<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="gmail_quote"><div><div></div><div>On Wed, Sep 8, 2010 at 4:54 PM, Tim St. Clair <span dir="ltr">&lt;<a href="mailto:timothysc@gmail.com" target="_blank">timothysc@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div>
<div>Folks, </div><div><br></div><div>    Is there an easy way (best practice) to add prebuilt .o files (external to my build) to a .a easily?</div><div><br></div><font color="#888888">-- <br>Cheers,<br>Timothy St. Clair<br>



<br>
</font><br></div></div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br><div>If it&#39;s compatible with the other .o files being built to go in your library, just add the .o file in question as a &quot;source file&quot;:</div>



<div><br></div><div>add_library(mylib /path/to/my.o ${other_sources})</div><div><br></div><div><br></div><div>HTH,</div><div>David</div><font color="#888888"><div><br></div>
</font></blockquote></div><br><br clear="all"><br></div></div>-- <br>Cheers,<br>Timothy St. Clair<br><br>
</div>
</blockquote></div><br></div>