mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-22 23:27:46 +00:00
8 lines
173 B
Rust
8 lines
173 B
Rust
|
fn main() {
|
||
|
cc::Build::new()
|
||
|
.cpp(true)
|
||
|
.file("src/blowfish/blowfish.cpp")
|
||
|
.file("src/blowfish/wrapper.cpp")
|
||
|
.compile("FFXIVBlowfish")
|
||
|
}
|