11 lines
No EOL
302 B
Rust
11 lines
No EOL
302 B
Rust
fn main() {
|
|
prost_build::compile_protos(
|
|
&[
|
|
"src/cifContainer.proto",
|
|
"src/digitalRadarData.proto"
|
|
],
|
|
&["src/"]
|
|
).unwrap();
|
|
println!("cargo:rerun-if-changed=src/cif.proto");
|
|
println!("cargo:rerun-if-changed=src/digitalRadarData.proto");
|
|
} |