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