Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
be9df47f33d0890c7273801044e15e374fbceefc
/
.
/
samples
/
subsys
/
crc
/
CMakeLists.txt
blob: ba3b28b077e75e729cbf400eb3969f126a40fa91 [
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(subsys_crc_example)
target_sources(app PRIVATE src/main.c)