blob: 6fe89fcb24332a5e58c43df92c6a02b597a04ab1 [file] [log] [blame]
#
# Copyright (c) 2020 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(led_sx1509b_intensity)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})