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