The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=13275 ====================================================================== Reported By: Lasse Öörni Assigned To: ====================================================================== Project: CMake Issue ID: 13275 Category: CMake Reproducibility: always Severity: major Priority: high Status: new ====================================================================== Date Submitted: 2012-06-06 19:40 EDT Last Modified: 2012-06-06 19:40 EDT ====================================================================== Summary: Assembly source files are not recognized by Xcode 4.3.2 due to lastKnownFileType Description: When a Xcode project is generated by CMake, and the project contains assembly (.S) files, the lastKnownFileType for the assembly files is set to "sourcecode" and as a result Xcode 4.3.2 does not know to invoke the assembler on them. The lastKnownFileType should be "sourcecode.asm". ======================================================================
Issue History Date Modified Username Field Change ====================================================================== 2012-06-06 19:40 Lasse Öörni New Issue ====================================================================== -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
