mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-12-30 17:27:05 +01:00
new Matcher
This commit is contained in:
7
schemsearch-lib/build.rs
Normal file
7
schemsearch-lib/build.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use cc;
|
||||
|
||||
fn main() {
|
||||
cc::Build::new()
|
||||
.file("src/compare.c")
|
||||
.compile("compare");
|
||||
}
|
||||
Reference in New Issue
Block a user