Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
98d0a2bb34e3b6c4c094e5ffb7ccc7bea7395152
/
.
/
samples
/
net
/
common
/
common.cmake
blob: c0e0e5111794049ee0e2fc06c2238b3c633af9d8 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
# Common routines used in net samples
target_include_directories
(
app PRIVATE $
{
ZEPHYR_BASE
}/
samples
/
net
/
common
/)
target_sources
(
app PRIVATE $ENV
{
ZEPHYR_BASE
}/
samples
/
net
/
common
/
net_sample_common
.
c
)