Adding ZephyrUnittestConfig.cmake and ZephyrUnittestConfigVersion.cmake to allow unittest projects to use find_package to locate ZephyrUnittest. This means that it will be possible to allow users to run CMake without the need to source zephyr-env.sh or run zephyr-env.cmd. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
4 lines
119 B
CMake
4 lines
119 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set(ZEPHYR_UNITTEST TRUE)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/ZephyrConfig.cmake)
|