<div class="gmail_quote">On Mon, Jun 4, 2012 at 3:26 PM, James Walker <span dir="ltr"><<a href="mailto:jamesw@frameforge3d.com" target="_blank">jamesw@frameforge3d.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, I am new to CMake and trying to get started on the Smartbody project (<a href="http://smartbody.ict.usc.edu/" target="_blank">http://smartbody.ict.usc.edu/</a><u></u>). The project was set up to use the Unix makefiles generator, but I switched it to Xcode because that's more familiar to me. However, the executable is not going where it's supposed to. In CMakeLists.txt, it says<br>
<br>
install(<br>
<br>
TARGETS ${EXEC_LIST}<br>
RUNTIME DESTINATION core/smartbody/sbm/bin<br>
)<br>
<br>
but when I look in the Xcode build settings for the target, the path core/smartbody/sbm/bin is not present under Build Locations or Installation Directory or anywhere else. Any suggestions?<br>
<br>
(In case it matters: OS X 10.6.8, Xcode 3.2.6, CMake 2.8.8)<br>
-- <br>
James W. Walker, Innoventive Software LLC<br>
<<a href="http://www.frameforge3d.com/" target="_blank">http://www.frameforge3d.com/</a>><br>
--<br>
<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/<u></u>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/<u></u>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/<u></u>listinfo/cmake</a><br>
</blockquote></div><br><div><br></div><div>Your path should appear in the file "cmake_install.cmake" which is run as a CMake -P script when you build the install target.</div><div><br></div><div>Do the files appear in the expected location after building the install target?</div>
<div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br></div>