CMakeLists.txt 355 B

123456789
  1. set(sources "test_pthread.c"
  2. "test_pthread_cond_var.c"
  3. "test_pthread_local_storage.c"
  4. "test_pthread_cxx.cpp"
  5. "test_pthread_rwlock.c")
  6. idf_component_register(SRCS ${sources}
  7. PRIV_REQUIRES cmock test_utils pthread esp_timer)
  8. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")