aboutsummaryrefslogtreecommitdiff
path: root/examples/foo/build.rs
blob: 1196b6ae5c766f7e503f5af1d0bae94e699235e0 (plain)
1
2
3
4
5
extern crate includedir;

fn main() {
    includedir::build("src/data").unwrap();
}