So how do I get the absolute path to this directory in a portable (between generators) way?<br><br><div class="gmail_quote">On Thu, Jun 21, 2012 at 9:03 AM, J Decker <span dir="ltr">&lt;<a href="mailto:d3ck0r@gmail.com" target="_blank">d3ck0r@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"><div class="HOEnZb"><div class="h5">On Wed, Jun 20, 2012 at 12:08 PM, Robert Dailey<br>
&lt;<a href="mailto:rcdailey.lists@gmail.com">rcdailey.lists@gmail.com</a>&gt; wrote:<br>
&gt; ${CMAKE_CURRENT_BINARY_DIR} returns a directory that contains generated<br>
&gt; files, such as vcproj files when generating for visual studio. However,<br>
&gt; actual compiled binaries are placed:<br>
&gt;<br>
&gt; ${CMAKE_CURRENT_BINARY_DIR}/${target_name}.dir/Debug (for debug<br>
&gt; configuration)<br>
&gt;<br>
&gt; Is there a variable or target property that will give me the following path<br>
&gt; for any target:<br>
&gt;<br>
&gt; ${CMAKE_CURRENT_BINARY_DIR}/${target_name}.dir<br>
&gt;<br>
&gt; (I don&#39;t care about debug/release being part of the path, I just want the<br>
&gt; &quot;target.dir&quot; part to be included in the path. Right now I&#39;m hard-coding the<br>
&gt; &quot;.dir&quot; directory and appending it to my path, but I don&#39;t know if this<br>
&gt; naming scheme is guaranteed by CMake or if it will change in the future.<br>
&gt;<br>
</div></div>it differs from generator to generator<br>
<span class="HOEnZb"><font color="#888888"><br>
&gt; --<br>
&gt;<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</font></span></blockquote></div><br>