fabaccess-bffh/build.rs

6 lines
256 B
Rust
Raw Normal View History

2020-02-14 12:20:17 +01:00
fn main() {
::capnpc::CompilerCommand::new().file("schema/connection.capnp").run().unwrap();
2020-05-04 13:22:14 +02:00
::capnpc::CompilerCommand::new().file("schema/api.capnp").run().unwrap();
::capnpc::CompilerCommand::new().file("schema/auth.capnp").run().unwrap();
2020-02-14 12:20:17 +01:00
}