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