Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4f8c952c4ac105606082fa528e61ea08ae20db79
/
.
/
cmake
/
linker
/
ld
/
target_cpp.cmake
blob: 057bb02bc6df1da84158f3d8f434bfaace928ec6 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
# See root CMakeLists.txt for description and expectations of these macros
macro
(
toolchain_ld_cpp
)
zephyr_link_libraries
(
-
lstdc
++
)
endmacro
()