()
| 1 | extern crate cc; |
| 2 | |
| 3 | fn main() { |
| 4 | cc::Build::new() |
| 5 | // .cpp(true) |
| 6 | // .flag("-std=c++11") |
| 7 | .include("cpp") |
| 8 | .file("cpp/fib.c") |
| 9 | // .file("cpp/tree.cpp") |
| 10 | .compile("libsolution.a"); |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected