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