Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
1261a9eb880346b98a03439e08b5d89464a2848e
/
.
/
samples
/
basic
/
button
/
CMakeLists.txt
blob: 9a7af054dda6d4a8785a6078f7d89330154e3723 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(button)
target_sources(app PRIVATE src/main.c)