1
2
3
4
5
6
7
pub mod build;
pub mod build_targets;
pub mod cli;
pub mod install_paths;
pub mod pkg_config_gen;
pub mod static_libs;
pub mod target;