blob: ff0fd25e2edfe4fc17103b520ccb23b5cb20df13 [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_lp503x)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})