<br><br><div class="gmail_quote">On Tue, Jul 27, 2010 at 5:45 AM, Verweij, Arjen <span dir="ltr">&lt;<a href="mailto:VerweijA@tass-safe.com">VerweijA@tass-safe.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
David,<br>
<br>
I hear what you are saying, but a lot of legacy Makefile based system support &quot;make&quot; and &quot;make debug&quot; alongside each other. I&#39;m still looking for the cmake way to easily mark a small part of a project to be built with debug flags. For instance, if you have functionality in a static archive, you just link the new debug enabled object file against the main.o and the archive and you end up with some debugging symbols in no time.<br>

<br>
Regards,<br>
Arjen<br></blockquote><div><br></div><div>Replicating that with CMake should be possible, too, but it&#39;s not the typical everyday use case.</div><div><br></div><div>You can certainly do anything you want with custom commands, but it does not make for easy portability to other OS&#39;es and compilers when you start doing things like that.</div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
From: <a href="mailto:cmake-bounces@cmake.org">cmake-bounces@cmake.org</a> [mailto:<a href="mailto:cmake-bounces@cmake.org">cmake-bounces@cmake.org</a>] On Behalf Of David Cole<br>
<br>
[snip]<br>
<div class="im"><br>
Since this is a prevalent scheme that is widely used by folks coming from single-config, single-architecture (makefile based) build systems... it&#39;s the way CMake has gotten to the point it&#39;s at now. I&#39;m not saying this is good or bad, just explaining that this is the way it is, and that there are historical reasons why we got to this point.<br>

</div><div><div></div><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br>