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

7 lines
138 B
CMake

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