http://www.vtk.org/Bug/view.php?id=9126
This ok? Thanks for the reply, Jason Eubank On Tue, Jun 9, 2009 at 3:13 PM, David Cole <[email protected]> wrote: > No there isn't. Right now the file extension to Xcode file type mapping is > expressed strictly in the source code for the Xcode generator. (So if you > wanted to add it today, you'd have to modify CMake C++ source code and build > your own.) > But it would be a good idea to look for a source file property to set the > Xcode file type. > > Would you enter a feature request in the bug tracker? > > > Thanks, > David > > > On Tue, Jun 9, 2009 at 3:02 PM, Jason Eubank <[email protected]> wrote: > >> Is there a property that can be set on a source file to change the "file >> type" setting in Xcode? >> >> Specifically I need to be able to change an asm file from "sourcecode" to >> "sourcecode.nasm", I read the ASM support on the wiki and saw that it states >> "We would be happy about patches which add support for nasm, yasm, tasm, >> etc." (so I understand nasm may not yet be supported), however for Xcode its >> a simple matter of changing its proprietary file type setting and the files >> are compiled and linked just fine. >> >> Thanks, >> Jason >> >> _______________________________________________ >> 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 >> > >
_______________________________________________ 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
