mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
build system: Initial cmake support, work in progress
This commit is contained in:

committed by
Angus Gratton

parent
a538644560
commit
c671a0c3eb
9
components/cxx/CMakeLists.txt
Normal file
9
components/cxx/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
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()
|
Reference in New Issue
Block a user