Sounds like a bug/missing feature. File a bug with a example project that demonstrates the issue on the bugtracker, and hopefully someone will have time to take a look at it ;)<div><br></div><div>/Johan</div><div><br></div>
<div><br><div class="gmail_quote">On Sat, Oct 8, 2011 at 4:00 PM, Daniel Dekkers <span dir="ltr">&lt;<a href="mailto:d.dekkers@cthrough.nl">d.dekkers@cthrough.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I think I&#39;ve asked this earlier, but still no solution, so i&#39;ll try again.<br>
<br>
I&#39;m targeting Xcode (iOS) and would like to have multiple projects (and one library) in a single workspace. In the individual projects, I set...<br>
<br>
SET_TARGET_PROPERTIES( ${APP_NAME} PROPERTIES RESOURCE &quot;${RSRC_FILES}&quot; )<br>
<br>
...to make Xcode aware of the resources (so Xcode will copy them to the bundle before building).<br>
<br>
But.. all the resources of all the projects end up in /Resources, a top level Xcode folder, except for the Info.plist, that goes in a /Resources folder in the project itself. This (of course) gives problems because there are different files with the same names (icons) and I don&#39;t want all the resources of all the projects in all the bundles.<br>

<br>
So, it would be nice of I could let CMake put the resources of an individual project in the /Resources directory of that individual project. But no idea how to do that.<br>
<br>
Kind Regards,<br>
<br>
Daniel Dekkers<br>
<font color="#888888"><br>
<br>
<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/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>
</font></blockquote></div><br></div>