Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
3dc0a7c9658ecbf5e501f05e6fea591a4b6072da
/
.
/
samples
/
net
/
wifi
/
CMakeLists.txt
blob: 33d5eb78fc6736d43f40110404066d6aff62924f [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(wifi)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})