Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
c2835ab6a9b068eaa517c31c200a5ebb8f610a43
/
.
/
samples
/
subsys
/
instrumentation
/
CMakeLists.txt
blob: 5a2607a8a62e90335b4b9361c635ddfa595f240a [
file
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(instrumentation)
target_sources(app PRIVATE src/main.c)