1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-23 07:59:11 -04:00

10 lines
355 B
CMake

set(sources "test_pthread.c"
"test_pthread_cond_var.c"
"test_pthread_local_storage.c"
"test_pthread_cxx.cpp"
"test_pthread_rwlock.c")
idf_component_register(SRCS ${sources}
PRIV_REQUIRES cmock test_utils pthread esp_timer)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")