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

9 lines
356 B
CMake
Raw Normal View History

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
)