summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/usbc_vconn_swap/CMakeLists.txt
blob: 78c97ce952ec57b468ce498dfc48e65244ad7aee (plain)
1
2
3
4
5
6
7
# 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_include_directories(app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/include)

target_sources(app PRIVATE src/usbc_vconn_swap.c)