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

zephyr_library_get_current_dir_lib_name(${ZEPHYR_BASE} lib_name)
zephyr_interface_library_named(${lib_name})

zephyr_include_directories("${CMAKE_CURRENT_SOURCE_DIR}")
zephyr_include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include")
zephyr_library_sources("${CMAKE_CURRENT_SOURCE_DIR}/src/usbc_alt_mode.c")

zephyr_library_link_libraries(${lib_name})