mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 07:26:28 +08:00
15 lines
346 B
CMake
15 lines
346 B
CMake
set(COMPONENT_SRCDIRS "src/crypto" "port")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include" "port/include")
|
|
|
|
set(COMPONENT_REQUIRES "")
|
|
set(COMPONENT_PRIV_REQUIRES "freertos" "heap" "newlib" "util")
|
|
|
|
register_component()
|
|
|
|
component_compile_options(-Wno-strict-aliasing)
|
|
component_compile_definitions(
|
|
__ets__
|
|
EMBEDDED_SUPP
|
|
ESPRESSIF_USE
|
|
)
|