zephyr/cmake/linker/ld/target_cpp.cmake

12 lines
190 B
CMake
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
# See root CMakeLists.txt for description and expectations of these macros
macro(toolchain_ld_cpp)
zephyr_ld_options(
-lstdc++
)
endmacro()