Make use of wifi-ipv4 snippet in several networking samples. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
6 lines
238 B
CMake
6 lines
238 B
CMake
# 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)
|