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