mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-23 18:18:36 +08:00
12 lines
279 B
CMake
12 lines
279 B
CMake
if(CONFIG_ENABLE_PTHREAD)
|
|
set(COMPONENT_SRCDIRS "src")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
set(COMPONENT_REQUIRES)
|
|
endif()
|
|
|
|
register_component()
|
|
|
|
if(CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK)
|
|
target_link_libraries(pthread "-Wl,--wrap=vPortCleanUpTCB")
|
|
endif()
|