Sign in
◑
Theme
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
279f7fc17157e88f2a9ce85d8a766471900fda7d
/
.
/
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)