> But shouldn't this only be enabled when the ASM_NASM language has been > enabled > ? > Otherwise a project which builds for xcode doesn't build with makefiles, > because the > enable_language(ASM_NASM) > is missing. > > Also, I think it would be a good idea to reuse e.g. the file suffix > extensions > from CMakeASM_NASMInformation.cmake so this information is not duplicated. >
I actually get your point now and it does make sense. However, I think other generators are broken too then. For example in Visual Studio (2008) I have to add a custom build rule (through add_custom_command) to make the same nasm files build. Does this mean a well-though patch should also address that and integrate the custom build steps in the visual studio solutions automatically as well ? I'm afraid I don't have enough knowledge of CMake and enough time to deal with all that - which now seems like a major feature addition. D. D.
-- 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