Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
082ca85b7ce06bf00a460b2efcbab801bfb8ec75
/
.
/
tests
/
unit
/
intmath
/
CMakeLists.txt
blob: 4a0b5e2eb6eb8cfafd74e140d9ea35af79c9f868 [
file
]
# 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})