On Friday 08 May 2009, Javier Loureiro Varela wrote: > I am trying to include some assembler files in my project for visual studio > (masm) > > How should I do it? > > after reading http://www.cmake.org/Wiki/CMake/Assembler , anything there > works for me: > > SET(CMAKE_CAN_USE_ASSEMBLER TRUE) There is no such variable with a special meaning.
> ENABLE_LANGUAGE(ASM_MASM) This should work. What exactly doesn't work for you ? Can you post your cmake code so we can have a look ? Alex _______________________________________________ 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