Make use of generated move tables
This commit is contained in:
parent
bf4c34554c
commit
b348c89eee
3 changed files with 79 additions and 0 deletions
|
|
@ -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(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue