Hello!

Is there a variable like CMAKE_C_FLAGS_INIT for the assembler available?

(e.g. CMAKE_ASM${ASM_DIALECT}_FLAGS_INIT)

Which flags are passed to <FLAGS> in the Rule variable for creating an object file from an assembler source:

SET(CMAKE_ASM${ASM_DIALECT}_COMPILE_OBJECT "<CMAKE_ASM${ASM_DIALECT}_COMPILER> <FLAGS> -o <OBJECT> <SOURCE>")

I'm using CMake 2.8.1.

Cheers,
Matthias.

_______________________________________________
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