zephyr/tests/unit/intmath/CMakeLists.txt

8 lines
133 B
CMake

# SPDX-License-Identifier: Apache-2.0
project(base64)
set(SOURCES
main.c
)
find_package(ZephyrUnittest HINTS $ENV{ZEPHYR_BASE})