mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-30 23:19:08 +08:00
11 lines
232 B
CMake
11 lines
232 B
CMake
set(COMPONENT_SRCDIRS "src")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_REQUIRES)
|
|
|
|
register_component()
|
|
|
|
if(NOT IS_BOOTLOADER_BUILD)
|
|
target_compile_definitions(${COMPONENT_NAME} PRIVATE -DUSING_IBUS_FASTER_GET)
|
|
endif()
|