Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
010a7e376587033773c1de19e33b83b08f522cc6
/
.
/
samples
/
posix
/
uname
/
CMakeLists.txt
blob: 82257e7cc7d8e17953b16d76f674b6d76bb7d664 [
file
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(posix_uname)
target_sources(app PRIVATE src/main.c)