Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Modules
/
CMakeRustCompiler.cmake.in
blob: deb19ba82546eff7eedeb4a16e5bdd5feebf509c [
file
] [
log
] [
blame
] [
edit
]
set
(
CMAKE_Rust_COMPILER
"@CMAKE_Rust_COMPILER@"
)
set
(
CMAKE_Rust_COMPILER_ENV_VAR
"RUSTC"
)
set
(
CMAKE_Rust_SOURCE_FILE_EXTENSIONS rs
)
set
(
CMAKE_Rust_COMPILER_LOADED
1
)
set
(
CMAKE_Rust_COMPILER_WORKS
@CMAKE_Rust_COMPILER_WORKS@
)