summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/usbc_ctvpd/CMakeLists.txt
blob: 36f88dfcbb5cb6f4d88dd55b4c58465a1dec280e (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/main.c)