mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 12:25:51 +00:00
Unit tests may include C++ code, so ensure the compiler flags are consistent to avoid link errors. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
6 lines
169 B
CMake
6 lines
169 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
project(util)
|
|
set(SOURCES main.c maincxx.cxx ../../../lib/os/dec.c)
|
|
find_package(ZephyrUnittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
|