blob: 1004c0e686531778ce28b3fb62745e4e3bd2cd55 [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(
-lc++
)
endmacro()