diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-05-22 17:45:49 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-05-22 17:45:49 +0530 |
| commit | 2da12c5862b8250d7c0e609609cb58f97012d619 (patch) | |
| tree | e496d77537a58377315f0e26d849955fc2157253 /CMakeLists.txt | |
| parent | 22c0d29724c2b054d8b9f9ed2373103d412f02b3 (diff) | |
a simpler build setup
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index a74779b..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -cmake_minimum_required(VERSION 3.10) -project(Gacrux LANGUAGES C) - -set(SOURCES - src/main.c - src/bitboard.c - src/search/moves.c - src/search/pawn_moves.c - src/search/knight_moves.c - src/search/king_moves.c -) - -add_executable(gacrux ${SOURCES}) |
