summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/led_driver/CMakeLists.txt
blob: 333785e4df764e92d3f6a0642684438b093a8068 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Add include paths
target_include_directories(app PRIVATE
    "${PLATFORM_EC}/zephyr/shim/src/led_driver")

# Add source files
target_sources(app PRIVATE src/led.c)