1# SPDX-License-Identifier: Apache-2.0
2
3# See root CMakeLists.txt for description and expectations of these macros
4
5macro(toolchain_ld_cpp)
6
7  zephyr_link_libraries(
8    -lc++
9  )
10
11endmacro()
12