Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
94e89a11b7151c9f8dd8c22007e64bd30ee8b809
/
.
/
samples
/
net
/
common
/
common.cmake
blob: d54a6a4489e18511a5817594d4966ed59d4802b5 [
file
] [
log
] [
blame
]
# Common routines used in net samples
if
(
CONFIG_NET_TESTING
)
target_include_directories
(
app
PRIVATE
$ENV
{
ZEPHYR_BASE
}/
samples
/
net
/
common
/
)
target_compile_definitions
(
app
PRIVATE
NET_TESTING_SERVER
=
1
)
endif
()