blob: 100cc967f23665486a0b361930c3dd9a87fc32b5 [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(i2s_output)
target_sources(app PRIVATE src/main.c)