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)
ENABLE_LANGUAGE(ASM_MASM)

but i fI enable masm as custom command in visual studio (project properties)
it works perfectly.

any advice?

-- 
--
   Signed,
       Javier Loureiro Varela
_______________________________________________
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

Reply via email to