esp-idf/components/fatfs/host_test/main/CMakeLists.txt

7 wiersze
249 B
CMake

idf_component_register(SRCS "main.cpp"
"test_fatfs.cpp"
INCLUDE_DIRS "$ENV{IDF_PATH}/tools/catch"
REQUIRES fatfs
WHOLE_ARCHIVE
)