We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb1b70 commit 3689035Copy full SHA for 3689035
components/nvs_flash/host_test/nvs_page_test/main/CMakeLists.txt
@@ -5,7 +5,7 @@ idf_component_register(SRCS "nvs_page_test.cpp"
5
"${CMAKE_CURRENT_SOURCE_DIR}/../../../src"
6
PRIV_INCLUDE_DIRS
7
"${CMAKE_CURRENT_SOURCE_DIR}/../../../private_include"
8
- REQUIRES cmock nvs_flash spi_flash)
+ REQUIRES cmock nvs_flash spi_flash partition_table)
9
10
target_compile_options(${COMPONENT_LIB} PUBLIC --coverage)
11
target_link_libraries(${COMPONENT_LIB} --coverage)
0 commit comments