mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-30 15:14:56 +08:00
9 lines
202 B
CMake
9 lines
202 B
CMake
set(COMPONENT_SRCDIRS "src")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
register_component()
|
|
|
|
if(NOT BOOTLOADER_BUILD)
|
|
target_compile_definitions(${COMPONENT_LIB} PUBLIC -DUSING_IBUS_FASTER_GET)
|
|
endif()
|