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