mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
6 lines
90 B
Rust
6 lines
90 B
Rust
extern crate pkg_config;
|
|
|
|
fn main() {
|
|
pkg_config::find_library("sqlite3").unwrap();
|
|
}
|