target_cpp.cmake 194 B

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