I am trying to include some assembler files in my project for visual studio (masm)<br><br>How should I do it?<br><br>after reading <a href="http://www.cmake.org/Wiki/CMake/Assembler" target="_blank">http://www.cmake.org/Wiki/CMake/Assembler</a> , anything there works for me:<br>

<br>SET(CMAKE_CAN_USE_ASSEMBLER TRUE)<br>ENABLE_LANGUAGE(ASM_MASM)<br><br>but i fI enable masm as custom command in visual studio (project properties) it works perfectly.<br><br>any advice?<br clear="all"><br>-- <br>--<br>
    Signed,<br>        Javier Loureiro Varela<br><br>