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