File: build.rs

package info (click to toggle)
libimagequant 4.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: ansic: 430; java: 158; cs: 132; xml: 87; makefile: 72
file content (6 lines) | stat: -rw-r--r-- 121 bytes parent folder | download
1
2
3
4
5
6
fn main() {
    cc::Build::new()
        .include("..")
        .file("test.c")
        .compile("imagequanttestbin");
}