mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-07 18:41:43 +01:00
7 lines
249 B
CMake
7 lines
249 B
CMake
|
|
idf_component_register(SRCS "main.cpp"
|
||
|
|
"test_fatfs.cpp"
|
||
|
|
INCLUDE_DIRS "$ENV{IDF_PATH}/tools/catch"
|
||
|
|
REQUIRES fatfs
|
||
|
|
WHOLE_ARCHIVE
|
||
|
|
)
|