summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-02-25 23:22:10 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-02-25 23:22:10 +0530
commitb2f0457deaf8fd7c336e5370212df9202d6f3eeb (patch)
tree42105b64d453c3aa59ec8890df1c0160513bf0ee /CMakeLists.txt
parent4c051c50de1c1284c438de87881f52a6180fdf8e (diff)
knights DONE?
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 33ad32f..8581a76 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,6 +6,7 @@ set(SOURCES
src/bitboard.c
src/search/moves.c
src/search/pawn_moves.c
+ src/search/knight_moves.c
)
add_executable(gacrux ${SOURCES})