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>
3 lines
100 B
CMake
3 lines
100 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/ZephyrConfigVersion.cmake)
|