Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Modules
/
Platform
/
Emscripten-Determine-C.cmake
blob: 91e92359c3cb8a286da9016e574f12a6e160402c [
file
] [
log
] [
blame
] [
edit
]
if
(
NOT CMAKE_C_COMPILER_NAMES
)
set
(
CMAKE_C_COMPILER_NAMES emcc
)
endif
()