Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
560ccb1f5cf4f35972763f2def3956b924b6172d
/
.
/
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})