mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
5 lines
90 B
Rust
5 lines
90 B
Rust
|
fn main() {
|
||
|
let build = cxx_build::bridge("src/lib.rs");
|
||
|
build.compile("skim");
|
||
|
}
|