esp-idf/components/fatfs/test/CMakeLists.txt

7 lines
276 B
CMake
Raw Normal View History

idf_component_register(SRC_DIRS .
PRIV_INCLUDE_DIRS .
PRIV_REQUIRES cmock test_utils vfs fatfs
2019-08-06 05:59:26 -04:00
EMBED_TXTFILES fatfs.img
)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")