esp-idf/components/newlib/test_apps/main/CMakeLists.txt

7 lines
241 B
CMake
Raw Normal View History

idf_component_register(SRCS
"test_newlib_main.c"
"test_stdatomic.c"
"test_misc.c"
REQUIRES test_utils
PRIV_REQUIRES unity)