Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
e4aa946c55a5769149f7e63d13e7ced505766966
/
.
/
samples
/
basic
/
button
/
CMakeLists.txt
blob: 769bd4480ef1b85c8c3211c47d3e4ea0fdc571d3 [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.8.2)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(button)
target_sources(app PRIVATE src/main.c)