Make use of generated move tables

This commit is contained in:
Bruno BELANYI 2022-07-24 16:31:26 +02:00
parent 1d1f3fc00c
commit f21b3fa59f
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(())
}