Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2bd062c258288456631be6d366b192dd2b557999
/
.
/
samples
/
net
/
telnet
/
CMakeLists.txt
blob: e76b97fcaf08849f12afb7793bbc7faf59d542a1 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(telnet)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})