diff options
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}) |
