1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-24 08:29:11 -04:00
2018-09-11 09:44:12 +08:00

11 lines
320 B
CMake

set(COMPONENT_SRCS "pthread.c"
"pthread_cond_var.c"
"pthread_local_storage.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_REQUIRES)
register_component()
if(CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK)
target_link_libraries(pthread "-Wl,--wrap=vPortCleanUpTCB")
endif()