I really want to do that, but unless I can add source files to a target after its been created, I&#39;m in a catch 22:<div><br></div><div>I need the location of that directory to place a resource file there, which will be included in the target. HOWEVER-</div>
<div>I can&#39;t get the location without creating the target, and I can&#39;t include the resource into the target without that.<br><br><div class="gmail_quote">On Thu, Jun 21, 2012 at 12:26 PM, Yuri Timenkov <span dir="ltr">&lt;<a href="mailto:yuri@timenkov.ru" target="_blank">yuri@timenkov.ru</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Then you should use LOCATION target property<br>
(<a href="http://www.cmake.org/cmake/help/v2.8.8/cmake.html#prop_tgt:LOCATION" target="_blank">http://www.cmake.org/cmake/help/v2.8.8/cmake.html#prop_tgt:LOCATION</a>)<br>
or use generator expressions, because exact place where resulting<br>
binary located depends on many things (used generator, other<br>
variables, like CMAKE_RUNTIME_OUTPUT_DIR, etc).<br>
<div class="HOEnZb"><div class="h5"><br>
On Thu, Jun 21, 2012 at 8:26 PM, Robert Dailey &lt;<a href="mailto:rcdailey.lists@gmail.com">rcdailey.lists@gmail.com</a>&gt; wrote:<br>
&gt; You&#39;re totally confused. I&#39;m not looking to work around a problem, I just<br>
&gt; want information from CMake that I know it has. Somewhere it knows exactly<br>
&gt; where binaries will be placed (those binaries that get compiled) because it<br>
&gt; has to generate the scripts and visual studio projects with those paths<br>
&gt; inside.<br>
&gt;<br>
&gt; CMake is generating resource files that must be placed in these directories<br>
&gt; and are later included in the targets to be compiled, so I need to know this<br>
&gt; directory so that no matter what generator I&#39;m using, the resource file will<br>
&gt; always be copied to the proper location.<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Jun 21, 2012 at 11:07 AM, J Decker &lt;<a href="mailto:d3ck0r@gmail.com">d3ck0r@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Jun 21, 2012 at 8:58 AM, Robert Dailey &lt;<a href="mailto:rcdailey.lists@gmail.com">rcdailey.lists@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; So how do I get the absolute path to this directory in a portable<br>
&gt;&gt; &gt; (between<br>
&gt;&gt; &gt; generators) way?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; Well, what is it you want from there?  I generate INSTALL commands to<br>
&gt;&gt; put the outputs where I want them and let them worry about where the<br>
&gt;&gt; files are?<br>
&gt;&gt;<br>
&gt;&gt; &gt; On Thu, Jun 21, 2012 at 9:03 AM, J Decker &lt;<a href="mailto:d3ck0r@gmail.com">d3ck0r@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Wed, Jun 20, 2012 at 12:08 PM, Robert Dailey<br>
&gt;&gt; &gt;&gt; &lt;<a href="mailto:rcdailey.lists@gmail.com">rcdailey.lists@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt; ${CMAKE_CURRENT_BINARY_DIR} returns a directory that contains<br>
&gt;&gt; &gt;&gt; &gt; generated<br>
&gt;&gt; &gt;&gt; &gt; files, such as vcproj files when generating for visual studio.<br>
&gt;&gt; &gt;&gt; &gt; However,<br>
&gt;&gt; &gt;&gt; &gt; actual compiled binaries are placed:<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; ${CMAKE_CURRENT_BINARY_DIR}/${target_name}.dir/Debug (for debug<br>
&gt;&gt; &gt;&gt; &gt; configuration)<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Is there a variable or target property that will give me the<br>
&gt;&gt; &gt;&gt; &gt; following<br>
&gt;&gt; &gt;&gt; &gt; path<br>
&gt;&gt; &gt;&gt; &gt; for any target:<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; ${CMAKE_CURRENT_BINARY_DIR}/${target_name}.dir<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; (I don&#39;t care about debug/release being part of the path, I just want<br>
&gt;&gt; &gt;&gt; &gt; the<br>
&gt;&gt; &gt;&gt; &gt; &quot;target.dir&quot; part to be included in the path. Right now I&#39;m<br>
&gt;&gt; &gt;&gt; &gt; hard-coding<br>
&gt;&gt; &gt;&gt; &gt; the<br>
&gt;&gt; &gt;&gt; &gt; &quot;.dir&quot; directory and appending it to my path, but I don&#39;t know if<br>
&gt;&gt; &gt;&gt; &gt; this<br>
&gt;&gt; &gt;&gt; &gt; naming scheme is guaranteed by CMake or if it will change in the<br>
&gt;&gt; &gt;&gt; &gt; future.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; it differs from generator to generator<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt; --<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt;&gt; &gt;&gt; &gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt; &gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<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>
</div></div></blockquote></div><br></div>