Sign in
◑
Theme
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b39bc9be7b73bb37e2c68f1eb2ac3ccdb4bc05cd
/
.
/
samples
/
basic
/
threads
/
CMakeLists.txt
blob: d68593c50747686f284225690ef26c822e32b676 [
file
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.28.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(threads)
target_sources(app PRIVATE src/main.c)