zephyr/tests/unit/rbtree/CMakeLists.txt

6 lines
137 B
CMake

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