blob: 51e3ce00cbd2776d3c5612ad96f1abffbd0898af [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr HINTS $ENV{ZEPHYR_BASE})
project(led_xec)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})