Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b6396048331a4395922a23fc170b51e98be7002e
/
.
/
cmake
/
compiler
/
host-gcc
/
generic.cmake
blob: ac9bc977ecafb6877af1d295883cc5b12c918596 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
# Configures CMake for using GCC
find_program
(
CMAKE_C_COMPILER gcc REQUIRED
)
find_program
(
CMAKE_GCOV gcov
)