mirror of
https://github.com/espressif/esp-idf
synced 2025-04-08 15:50:10 -04:00
6 lines
203 B
CMake
6 lines
203 B
CMake
idf_component_register(SRCS
|
|
"test_newlib_main.c"
|
|
"test_stdatomic.c"
|
|
REQUIRES test_utils
|
|
PRIV_REQUIRES unity)
|