summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/keyboard_scan/CMakeLists.txt
blob: 0def2a5ff9d8479eeaefc798a024fb9dd03edb31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.

target_sources(app PRIVATE
  src/keyboard_scan.c
  src/keyboard_test_utils.c
  src/mkbp_event.c
  src/mkbp_info.c
)

target_include_directories(app PRIVATE
    ${CMAKE_CURRENT_SOURCE_DIR}/include
)