Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
5bc936e59ea0818b60d099689f450676921e5fec
/
.
/
samples
/
basic
/
threads
/
CMakeLists.txt
blob: 4317c32f33202c3db4caac5b4c64b676c2ab6c15 [
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(threads)
target_sources(app PRIVATE src/main.c)