Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
aaaed300713d241bb222feb769b43eb32c446b33
/
.
/
tests
/
unit
/
winstream
/
CMakeLists.txt
blob: 7966f447dc9d9ce6e53cfd845cd1fa9e4134bce2 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
project(winstream)
cmake_minimum_required(VERSION 3.20.0)
set(SOURCES main.c)
find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})