[CMake] assembler files

Alexander Neundorf a.neundorf-work at gmx.net
Fri May 8 18:02:43 EDT 2009


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


More information about the CMake mailing list