Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
aaaed300713d241bb222feb769b43eb32c446b33
/
.
/
tests
/
net
/
ieee802154
/
custom_l2
/
CMakeLists.txt
blob: 60ffe1ae15038fa35ab716b21b7e92c0aba75ce2 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(custom_l2)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})