2019-09-26 02:14:40 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-12-18 07:21:13 +08:00
|
|
|
cmake_minimum_required(VERSION 3.20.0)
|
|
|
|
|
2019-09-26 02:14:40 +08:00
|
|
|
project(util)
|
2022-06-22 01:50:02 +08:00
|
|
|
find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
2022-10-18 12:15:21 +08:00
|
|
|
target_sources(testbinary PRIVATE main.c maincxx.cxx ${ZEPHYR_BASE}/lib/os/dec.c)
|