ClickHouse/rust/workspace/skim/build.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
90 B
Rust
Raw Normal View History

fn main() {
let build = cxx_build::bridge("src/lib.rs");
build.compile("skim");
}