mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04: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
|
|
)
|