Add uci to the build #43

Merged
Josh merged 1 commits from add-uci-to-build into main 2025-08-30 18:44:04 +00:00
Showing only changes of commit 0421201df0 - Show all commits

View File

@@ -53,8 +53,9 @@ if __name__ == "__main__":
name="chess", name="chess",
include_dirs=[ include_dirs=[
"build", "build",
"scripts",
"binding", "binding",
"scripts",
"uci",
], ],
ignore_patterns=[ ignore_patterns=[
"*.pyc", "*.pyc",