mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 19:10:58 +02:00
10 lines
202 B
CMake
10 lines
202 B
CMake
![]() |
register_component()
|
||
|
|
||
|
target_link_libraries(cxx stdc++)
|
||
|
|
||
|
target_link_libraries(cxx "-u __cxa_guard_dummy")
|
||
|
|
||
|
if(NOT CONFIG_CXX_EXCEPTIONS)
|
||
|
target_link_libraries(cxx "-u __cxx_fatal_exception")
|
||
|
endif()
|