blob: d4e19f92e1be1a58807afa64cbe4c5934467f444 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
set(DTC_OVERLAY_FILE "${CMAKE_CURRENT_SOURCE_DIR}/ens210.overlay")
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(ens210)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})