blob: c942d37b03e2ad9b7fe49ba3d26aeb9b4f9bdbbc [file] [log] [blame]
# See root CMakeLists.txt for description and expectations of this macro
macro(toolchain_cc_asm_base_flags dest_var_name)
# Specify assembly as the source language for the preprocessor to expect
set_ifndef(${dest_var_name} "-xassembler-with-cpp")
endmacro()