[CMake] xcode generator

David Cole david.cole at kitware.com
Tue Mar 24 10:33:43 EDT 2009


I do not know about Xcode, but Visual Studio code completion depends on the
header files being added to the project files. Are the headers in question
included in the project file?
Do you have an example non-CMake generated Xcode project that demonstrates
code completion working with boost headers?


On Tue, Mar 24, 2009 at 10:20 AM, Doug Henry <
doug.henry+cmake at brilligent.com <doug.henry%2Bcmake at brilligent.com>> wrote:

> Quick question about the cmake xcode project generator.  I can run cmake
> and build my project just fine using cmake under Leopard from the terminal
> and from xcode, so there is no build problem.  I was wondering if anyone has
> code completion working for their project?  To be more specific, when using
> a cmake generated project for xcode, xcode does not seem to know about the
> libraries it is using.  For example, I have boost installed in a development
> folder.  Cmake finds boost and knows how to include/link to it, but xcode
> does not allow for any code completion.  Maybe cmake can't tell xcode about
> additional include paths?
>
> -thanks
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090324/106bded7/attachment-0001.htm>


More information about the CMake mailing list