1 2 3 4 5 6
extern crate sfml_build; fn main() { sfml_build::link_sfml("system"); sfml_build::link_csfml("system"); }