mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00: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()
|