Make use of generated move tables

This commit is contained in:
Bruno BELANYI 2022-07-24 16:31:26 +02:00
parent fd8e87a4fc
commit d2badbdc65
3 changed files with 79 additions and 0 deletions

View file

@ -131,5 +131,8 @@ fn main() -> Result<()> {
print_boards(&mut out, "QUEEN_SIDE_CASTLE_BLOCKERS", &queen_blockers)?;
}
// Include the generated files now that the build script has run.
println!("cargo:rustc-cfg=generated_boards");
Ok(())
}