mirror of
https://github.com/espressif/esp-idf
synced 2025-03-23 16:09:09 -04:00
10 lines
196 B
CMake
10 lines
196 B
CMake
|
set(COMPONENT_SRCDIRS "src")
|
||
|
|
||
|
if(${BOOTLOADER_BUILD})
|
||
|
set(COMPONENT_ADD_INCLUDEDIRS "include include_priv")
|
||
|
else()
|
||
|
set(COMPONENT_PRIV_INCLUDEDIRS "include_priv")
|
||
|
endif()
|
||
|
|
||
|
register_component()
|