[CMake] CMake 2.8.7 + XCode generator + nasm files

2012-04-06 Thread Damien Chavarria
Hi all, Sorry for reviving what seems like a previously discussed issue, but I've been unable to find whether a resolution was reached. Here is the problem: I have .nasm files in my project, and when I add them to a target and then use the XCode generator on a mac, they appear in the list of sou

Re: [CMake] CMake 2.8.7 + XCode generator + nasm files

2012-04-10 Thread Damien Chavarria
Hi all, Nobody has any insigth on this ? Should I give up ? Cheers, Damien. On Fri, Apr 6, 2012 at 9:36 AM, Damien Chavarria wrote: > > Hi all, > > Sorry for reviving what seems like a previously discussed issue, but I've > been unable to find whether a resolution was

Re: [CMake] CMake 2.8.7 + XCode generator + nasm files

2012-04-11 Thread Damien Chavarria
Thank you David & Alex, I also have the ASM_NASM language enabled in my CMakeLists.txt files, and this works for Makefile generators so I'm not sure I understand why there is more work involved in that area of the code ? It seems to handle nasm fine to me. My problem was only with XCode, and reg

Re: [CMake] CMake 2.8.7 + XCode generator + nasm files

2012-04-11 Thread Damien Chavarria
> 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 > extensi