Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d0d963a85d356952b75a2cfe188009e40209677b
/
.
/
cmake
/
compiler
/
gcc
/
target_imacros.cmake
blob: 31eadf2c66f1f7e97dabd256ce6b5477b3b1fc93 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
# See root CMakeLists.txt for description and expectations of these macros
macro
(
toolchain_cc_imacros header_file
)
zephyr_compile_options
(-
imacros $
{
header_file
})
endmacro
()