initial push

This commit is contained in:
AdmiralEmser
2022-07-29 22:43:10 +02:00
parent 83cc043858
commit 87de844c41
41 changed files with 4898 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# CMakeList.txt : Top-level CMake project file, do global configuration
# and include sub-projects here.
#
cmake_minimum_required (VERSION 3.8)
project ("FC-Chess")
# Include sub-projects.
add_subdirectory ("FC-Chess")