Skip to content

Commit

Permalink
Update .gitignore and add missing CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeybohm committed Oct 14, 2024
1 parent 2d12b82 commit 3cb42c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_subdirectory(wisdom-chess)
2 changes: 2 additions & 0 deletions src/wisdom-chess/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
add_subdirectory(engine)
add_subdirectory(ui)

0 comments on commit 3cb42c9

Please sign in to comment.