Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b867f0e8a629880e9a1536c084d8f3785a42754b
/
.
/
tests
/
unit
/
crc
/
CMakeLists.txt
blob: 18afe3f4ad9afee929b25fcccc90be9645170d8b [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
project(crc)
set(SOURCES main.c)
find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})