Skip to content

Commit

Permalink
[feat] Add cmake build system
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Feb 5, 2024
1 parent 63d9500 commit f2eeb7f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 714 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
anyhow = "1.0.75"
bindgen = "0.69.1"
cc = { version = "1.0.73", features = ["parallel"] }
cmake = "0.1.50"
nasm-rs = { version = "0.2.5", features = ["parallel"] }
# sorse = { version = "0.1.0", registry = "ktra" }
sorse = { path = "../sorse/" }
Expand Down
Loading

0 comments on commit f2eeb7f

Please sign in to comment.