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