blob: d6de365c8b0e171ccc4aef1ad1d6c6e3d07b380d [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(test_settings_nvs_raw)
add_subdirectory(../src nvs_test_bindir)
if(TEST)
target_compile_definitions(app PRIVATE
-DTEST_${TEST}
)
endif()