CMakeLists.txt 282 B

12345678
  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)