blob: ae40292b51a18c4d2abdaaae2f62a08d86e8da85 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(cache_coex_test)
target_sources(app PRIVATE src/cache_coex.c)