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