esp-idf/components/spi_flash/test_apps/flash_encryption/main/CMakeLists.txt

7 wiersze
201 B
CMake

set(srcs "test_app_main.c"
"test_flash_encryption.c")
idf_component_register(SRCS ${srcs}
WHOLE_ARCHIVE)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")