mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
7 lines
137 B
CMake
7 lines
137 B
CMake
set(SOC_NAME esp32)
|
|
|
|
set(COMPONENT_SRCDIRS ${SOC_NAME})
|
|
set(COMPONENT_ADD_INCLUDEDIRS ${SOC_NAME}/include include)
|
|
|
|
register_component()
|