Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
IntermediateDirStrategy
/
Inspect.cmake
blob: ec74ed8e365f16f766a4748e30bdba323e63b68a [
file
]
enable_language
(
C
)
set
(
info
""
)
# Forward information about the C++ compile features.
string
(
APPEND info
"\
set(CMAKE_C_OUTPUT_EXTENSION \"${CMAKE_C_OUTPUT_EXTENSION}\")
"
)
file
(
WRITE
"${CMAKE_CURRENT_BINARY_DIR}/info.cmake"
"${info}"
)