mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
167 B
CMake
10 lines
167 B
CMake
set(SOC_NAME esp32)
|
|
|
|
set(COMPONENT_SRCDIRS ${SOC_NAME} src)
|
|
set(COMPONENT_ADD_INCLUDEDIRS ${SOC_NAME}/include include)
|
|
|
|
set(COMPONENT_REQUIRES)
|
|
|
|
|
|
register_component()
|