esp-idf/components/hal/test_apps/ecc/main/CMakeLists.txt

7 lines
158 B
CMake
Raw Normal View History

2023-02-16 07:41:38 -05:00
set(srcs "app_main.c"
"test_ecc.c")
idf_component_register(SRCS ${srcs}
REQUIRES unity
WHOLE_ARCHIVE)