zephyr/cmake/compiler/host-gcc/generic.cmake

7 lines
147 B
CMake
Raw Permalink Normal View History

# SPDX-License-Identifier: Apache-2.0
# Configures CMake for using GCC
find_program(CMAKE_C_COMPILER gcc REQUIRED)
find_program(CMAKE_GCOV gcov)