mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
356 B
CMake
9 lines
356 B
CMake
|
idf_component_register(SRCS "main.cpp"
|
||
|
"test_wl.cpp"
|
||
|
INCLUDE_DIRS "$ENV{IDF_PATH}/tools/catch"
|
||
|
PRIV_INCLUDE_DIRS "../../private_include"
|
||
|
"../.."
|
||
|
REQUIRES wear_levelling
|
||
|
WHOLE_ARCHIVE
|
||
|
)
|